ctf: Fix API inconsistencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / DefinitionTest.java
index b49eb82f76a303184e1a9d5a0af8769063b34e21..3fab337cde4911a5166dec555e82bd1df521001e 100644 (file)
@@ -2,9 +2,10 @@ package org.eclipse.linuxtools.ctf.core.tests.types;
 
 import static org.junit.Assert.assertNotNull;
 
+import org.eclipse.linuxtools.ctf.core.event.io.BitBuffer;
 import org.eclipse.linuxtools.ctf.core.event.types.Definition;
+import org.eclipse.linuxtools.ctf.core.event.types.IDeclaration;
 import org.eclipse.linuxtools.ctf.core.event.types.IDefinitionScope;
-import org.eclipse.linuxtools.internal.ctf.core.event.io.BitBuffer;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -12,15 +13,16 @@ import org.junit.Test;
 /**
  * The class <code>DefinitionTest</code> contains tests for the class
  * <code>{@link Definition}</code>.
- * 
+ *
  * @author ematkho
  * @version $Revision: 1.0 $
  */
+@SuppressWarnings("javadoc")
 public class DefinitionTest {
 
     /**
      * Launch the test.
-     * 
+     *
      * @param args
      *            the command line arguments
      */
@@ -59,6 +61,12 @@ public class DefinitionTest {
             /* Just a test, no need to implement anything */
         }
 
+        @Override
+        public IDeclaration getDeclaration() {
+            // TODO Auto-generated method stub
+            return null;
+        }
+
     }
 
     @Test
This page took 0.026029 seconds and 5 git commands to generate.