Added latency analysis feature (bug 331467)
[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.distribution.AllTests.suite());
11 suite.addTest(org.eclipse.linuxtools.lttng.ui.tests.histogram.AllTests.suite());
12 //$JUnit-END$
13 return suite;
14 }
15 }
This page took 0.031474 seconds and 6 git commands to generate.