Searched refs:testTypeID (Results 1 – 3 of 3) sorted by relevance
108 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testNewInstance_null_argument() local109 assertTrue("Failed to find test class", testTypeID != 0); in testNewInstance_null_argument()112 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(testTypeID, "<init>"); in testNewInstance_null_argument()120 packet.setNextValueAsClassID(testTypeID); in testNewInstance_null_argument()
129 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_null_argument() local130 assertTrue("Failed to find test class", testTypeID != 0); in testInvokeMethod_null_argument()133 long targetMethodID = debuggeeWrapper.vmMirror.getMethodID(testTypeID, "testMethod"); in testInvokeMethod_null_argument()143 packet.setNextValueAsClassID(testTypeID); in testInvokeMethod_null_argument()
131 long testTypeID = debuggeeWrapper.vmMirror.getClassID(testClassSig); in testInvokeMethod_toString() local132 assertTrue("Failed to find test class", testTypeID != 0); in testInvokeMethod_toString()148 packet.setNextValueAsClassID(testTypeID); // TestClass type ID. in testInvokeMethod_toString()