e5f235ad0dc640b18525d8d7e5fc2e6932acf350
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui.tests / src / org / eclipse / linuxtools / lttng / ui / tests / AllLTTngUITests.java
1 package org.eclipse.linuxtools.lttng.ui.tests;
2
3 import junit.framework.Test;
4 import junit.framework.TestSuite;
5
6 public class AllLTTngUITests {
7 public static Test suite() {
8 TestSuite suite = new TestSuite(AllLTTngUITests.class.getName());
9 //$JUnit-BEGIN$
10 suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.model.impl.AllTests.suite());
11 suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.service.AllTests.suite());
12 suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.distribution.AllTests.suite());
13 suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.control.model.component.AllTests.suite());
14 //$JUnit-END$
15 return suite;
16 }
17 }
This page took 0.030353 seconds and 5 git commands to generate.