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 / ProbeEventInfoTest.java
index caa8d519cdb2b48078394fbb82c8fabe51c2e7fc..af311ff626e6627040f53e6a964908becbeb4416 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.assertNotNull;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 
 import org.eclipse.tracecompass.internal.lttng2.control.core.model.IProbeEventInfo;
 import org.eclipse.tracecompass.internal.lttng2.control.core.model.TraceEnablement;
This page took 0.024385 seconds and 5 git commands to generate.