Update Grammar and Add support for callsites
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / AllCtfCoreTests.java
index 6f01e38fd3128a398259f7a52f436f434a272097..4da08457a74e4545c5e65056a83a802df5de77bc 100644 (file)
@@ -8,28 +8,27 @@ import org.junit.runners.Suite;
  * The class <code>TestAll</code> builds a suite that can be used to run all of
  * the tests within its package as well as within any subpackages of its
  * package.
- * 
+ *
  * @author ematkho
  * @version $Revision: 1.0 $
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({ CtfCorePluginTest.class,
-        org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
-        org.eclipse.linuxtools.ctf.core.tests.trace.UtilsTest.class,
-        org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
-
+    org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
+    org.eclipse.linuxtools.ctf.core.tests.trace.UtilsTest.class,
+    org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
 })
 public class AllCtfCoreTests {
 
     /**
      * Launch the test.
-     * 
+     *
      * @param args
      *            the command line arguments
      */
-    public static void main(String[] args) {
+    public static void main(final String[] args) {
         // try {
         // ProfileMe.prof_s();
         // } catch (Exception e) {
This page took 0.02419 seconds and 5 git commands to generate.