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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DInstancesTest.java39 static String thisTestName; field in class:InstancesTest
71 logWriter.println("==> " + thisTestName + " for " + thisCommandName
151 logWriter.println("==> " + thisTestName + " for " + thisCommandName + ": FINISH");
165 thisTestName = "testInstances001";
178 thisTestName = "testInstances002";
192 thisTestName = "testInstances003";
206 thisTestName = "testInstances004";
218 String thisTestName = "testInstances_String";
230 logWriter.println("==> " + thisTestName + " for " + thisCommandName
249 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
87 logWriter.println("==> " + thisTestName + " for " + thisCommandName
160 thisTestName = "testForceEarlyReturn_ReturnInt";
176 thisTestName = "testForceEarlyReturn_ReturnShort";
192 thisTestName = "testForceEarlyReturn_ReturnByte";
208 thisTestName = "testForceEarlyReturn_ReturnChar";
224 thisTestName = "testForceEarlyReturn_ReturnBoolean";
238 thisTestName = "testForceEarlyReturn_NotSuspended";
242 logWriter.println("==> " + thisTestName + " for " + thisCommandName

Completed in 104 milliseconds