tmf.core: Introduce TmfTimestamp factory methods
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core.tests / src / org / eclipse / tracecompass / ctf / core / tests / trace / CTFTraceGrowingStreamTest.java
index f7342b54e56559cbc80e7ed60e195f2a64e2689f..86f73d8db8aadcf2963c01e31d87d7a29fb2acb4 100644 (file)
@@ -11,7 +11,9 @@
 
 package org.eclipse.tracecompass.ctf.core.tests.trace;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
 
 import java.io.File;
 import java.io.FileNotFoundException;
This page took 0.027452 seconds and 5 git commands to generate.