ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / views / uml2sd / dialogs / AllTests.java
CommitLineData
73005152 1/*******************************************************************************
90ed5958 2 * Copyright (c) 2011-2013 Ericsson
64636df8 3 *
73005152
BH
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
64636df8 8 *
73005152
BH
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
90ed5958 11 * Alexandre Montplaisir - Port to JUnit4
73005152 12 *******************************************************************************/
90ed5958 13
df0b8ff4 14package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.dialogs;
73005152 15
90ed5958
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
73005152 18
64636df8
BH
19/**
20 * Test suite of UML2SD dialog tests.
21 */
90ed5958
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 CriteriaTest.class
25})
73005152
BH
26public class AllTests {
27
73005152 28}
This page took 0.048496 seconds and 5 git commands to generate.