Searched defs:thisTestName (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DClassLoaderTest.java76 String thisTestName = "testClassLoader003";
77 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START...");
105 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH");
111 private void classLoaderTest(String thisTestName, String signature, boolean expectZero) { argument
112 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": START...");
144 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH");
H A DInstancesTest.java39 static String thisTestName; field in class:InstancesTest
61 logWriter.println("==> " + thisTestName + " for " + thisCommandName
141 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH");
155 thisTestName = "testInstances001";
168 thisTestName = "testInstances002";
182 thisTestName = "testInstances003";
196 thisTestName = "testInstances004";
208 String thisTestName = "testInstances_String";
210 logWriter.println("==> " + thisTestName + " for " + thisCommandName
229 checkReplyPacket(checkedReply, thisTestName);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DForceEarlyReturnTest.java38 static String thisTestName; field in class:ForceEarlyReturnTest
78 logWriter.println("==> " + thisTestName + " for " + thisCommandName
151 thisTestName = "testForceEarlyReturn_ReturnInt";
167 thisTestName = "testForceEarlyReturn_ReturnShort";
183 thisTestName = "testForceEarlyReturn_ReturnByte";
199 thisTestName = "testForceEarlyReturn_ReturnChar";
215 thisTestName = "testForceEarlyReturn_ReturnBoolean";
229 thisTestName = "testForceEarlyReturn_NotSuspended";
233 logWriter.println("==> " + thisTestName + " for " + thisCommandName

Completed in 117 milliseconds