releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / uml2sd / AllTests.java
CommitLineData
6e1886bc 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2013, 2014 Ericsson
6e1886bc
AM
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
2bdf0193 13package org.eclipse.tracecompass.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.097434 seconds and 5 git commands to generate.