< prev index next >

test/jdk/sun/tools/jstatd/JstatdTest.java

Print this page
rev 51789 : [mq]: asserts

*** 26,41 **** import java.rmi.RemoteException; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; import java.util.Arrays; ! import jdk.test.lib.thread.ProcessThread; ! import static jdk.testlibrary.Asserts.*; import jdk.test.lib.Utils; import jdk.test.lib.JDKToolLauncher; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; /** * The base class for tests of jstatd. * * The test sequence for TestJstatdDefaults for example is: --- 26,41 ---- import java.rmi.RemoteException; import java.rmi.registry.LocateRegistry; import java.rmi.registry.Registry; import java.util.Arrays; ! import static jdk.test.lib.Asserts.*; import jdk.test.lib.Utils; import jdk.test.lib.JDKToolLauncher; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; + import jdk.test.lib.thread.ProcessThread; /** * The base class for tests of jstatd. * * The test sequence for TestJstatdDefaults for example is:
< prev index next >