6adf8bf33ec0e35b1bc8d409fd245d4c36b00e81
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.tests / src / org / eclipse / tracecompass / tmf / ui / tests / AllTmfUITests.java
1 /*******************************************************************************
2 * Copyright (c) 2011-2014 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 * Bernd Hufmann - Initial API and implementation
11 * Bernd Hufmann - Add UML2SD tests
12 * Mathieu Denis <mathieu.denis@polymtl.ca> - Add Statistics test
13 * Alexandre Montplaisir - Port to JUnit4
14 *******************************************************************************/
15
16 package org.eclipse.tracecompass.tmf.ui.tests;
17
18 import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
19 import org.junit.runner.RunWith;
20
21 /**
22 * Master test suite for TMF UI Core.
23 */
24 @RunWith(DebugSuite.class)
25 @DebugSuite.SuiteClasses({
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
32 })
33 public class AllTmfUITests {
34
35 }
This page took 0.034256 seconds and 4 git commands to generate.