tmf: Update tmf.core unit tests to JUnit4
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfTmfEventFieldTest.java
index 6a512694e3e2fe2094b42470e6590d88d557c36a..c1cd20e4864ca9ea0fd9b3a4273403c14e39b5f9 100644 (file)
@@ -29,7 +29,6 @@ import org.eclipse.linuxtools.ctf.core.event.types.StringDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.types.StructDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.types.StructDefinition;
 import org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfEventField;
-import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
@@ -54,16 +53,6 @@ public class CtfTmfEventFieldTest {
 
     private StructDefinition fixture;
 
-    /**
-     * Launch the test.
-     *
-     * @param args
-     *            the command line arguments
-     */
-    public static void main(String[] args) {
-        new org.junit.runner.JUnitCore().run(CtfTmfEventFieldTest.class);
-    }
-
     /**
      * Perform pre-test initialization.
      */
@@ -95,14 +84,6 @@ public class CtfTmfEventFieldTest {
         fixture.read(new BitBuffer(bb));
     }
 
-    /**
-     * Perform post-test clean-up.
-     */
-    @After
-    public void tearDown() {
-        // Add additional tear down code here
-    }
-
     /**
      * Run the CtfTmfEventField parseField(Definition,String) method test.
      */
This page took 0.023652 seconds and 5 git commands to generate.