Merge commit 'e1de8d2d152352eded708615a967021db7800709' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / uml2sd / AllTests.java
CommitLineData
6e1886bc
AM
1/*******************************************************************************
2 * Copyright (c) 2013 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Alexandre Montplaisir - Port to JUnit4
11 *******************************************************************************/
73005152 12
6e1886bc 13package org.eclipse.linuxtools.tmf.core.tests.uml2sd;
73005152 14
6e1886bc
AM
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
73005152 17
54a7a54c 18/**
6e1886bc 19 * Unit tests for tmf.core.uml2sd
54a7a54c 20 */
6e1886bc
AM
21@RunWith(Suite.class)
22@Suite.SuiteClasses({
23 TmfAsyncSequenceDiagramEventTest.class,
24 TmfSyncSequenceDiagramEventTest.class
25})
73005152
BH
26public class AllTests {
27
73005152 28}
This page took 0.038904 seconds and 5 git commands to generate.