ctf: Clean up unit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / StreamTest.java
index bb967f36330ef3e726c2872dfc6f497138eb0323..568262d23b455ab4019a7a3edd4732b67858fab2 100644 (file)
@@ -28,7 +28,6 @@ import org.eclipse.linuxtools.ctf.core.trace.Stream;
 import org.eclipse.linuxtools.ctf.core.trace.StreamInput;
 import org.eclipse.linuxtools.internal.ctf.core.event.EventDeclaration;
 import org.eclipse.linuxtools.internal.ctf.core.event.metadata.exceptions.ParseException;
-import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
@@ -46,16 +45,6 @@ public class StreamTest {
 
     private Stream fixture;
 
-    /**
-     * Launch the test.
-     *
-     * @param args
-     *            the command line arguments
-     */
-    public static void main(String[] args) {
-        new org.junit.runner.JUnitCore().run(StreamTest.class);
-    }
-
     /**
      * Perform pre-test initialization.
      *
@@ -73,14 +62,6 @@ public class StreamTest {
                 (FileChannel) null, CtfTestTraces.getEmptyFile()));
     }
 
-    /**
-     * Perform post-test clean-up.
-     */
-    @After
-    public void tearDown() {
-        // Add additional tear down code here
-    }
-
     /**
      * Run the Stream(CTFTrace) constructor test.
      *
This page took 0.024194 seconds and 5 git commands to generate.