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 / load / 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
73005152
BH
14package org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.load;
15
90ed5958
AM
16import org.junit.runner.RunWith;
17import org.junit.runners.Suite;
73005152 18
64636df8
BH
19/**
20 * Test suite for testing loader manager of UML2SD extension point.
21 */
90ed5958
AM
22@RunWith(Suite.class)
23@Suite.SuiteClasses({
24 LoadersManagerTest.class
25})
73005152
BH
26public class AllTests {
27
73005152 28}
This page took 0.048233 seconds and 5 git commands to generate.