tmf.core: Introduce TmfTimestamp factory methods
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.core.tests / src / org / eclipse / tracecompass / lttng2 / control / core / tests / model / impl / SessionInfoTest.java
index 3d50aa5a77649bc5751b7e1b3d6e6a848892b267..bb25c07f0fd5ad1e68a7169f620c71a56244094f 100644 (file)
 
 package org.eclipse.tracecompass.lttng2.control.core.tests.model.impl;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 
 import java.util.LinkedList;
 import java.util.List;
This page took 0.027674 seconds and 5 git commands to generate.