31323334353637
public static Test suite() { return new TestSuite( InstrumentTest.class ); } public void testDirtyCheck() throws Exception { execute( new TestDirtyCheckExecutable() ); }
30313233343536
29303132333435
public static Test suite() { return new TestSuite( InstrumentTest.class ); } public void testDirtyCheck() { execute( new TestDirtyCheckExecutable() ); }