analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / AllTmfUITests.java
CommitLineData
79e08fd0 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2011-2014 Ericsson
64636df8 3 *
79e08fd0
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 *
79e08fd0
BH
9 * Contributors:
10 * Bernd Hufmann - Initial API and implementation
11 * Bernd Hufmann - Add UML2SD tests
09667aa4 12 * Mathieu Denis <mathieu.denis@polymtl.ca> - Add Statistics test
90ed5958 13 * Alexandre Montplaisir - Port to JUnit4
79e08fd0
BH
14 *******************************************************************************/
15
2bdf0193 16package org.eclipse.tracecompass.tmf.ui.tests;
73005152 17
df666eeb 18import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
90ed5958 19import org.junit.runner.RunWith;
73005152 20
79e08fd0 21/**
79e08fd0
BH
22 * Master test suite for TMF UI Core.
23 */
df666eeb
AM
24@RunWith(DebugSuite.class)
25@DebugSuite.SuiteClasses({
e57a3f06
AM
26 org.eclipse.tracecompass.tmf.ui.tests.histogram.AllTests.class,
27 org.eclipse.tracecompass.tmf.ui.tests.project.model.AllTests.class,
28 org.eclipse.tracecompass.tmf.ui.tests.statistics.AllTests.class,
29 org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.AllTests.class,
30 org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.AllTests.class,
31 org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.AllTests.class
90ed5958 32})
79e08fd0
BH
33public class AllTmfUITests {
34
73005152 35}
This page took 0.12776 seconds and 5 git commands to generate.