Searched refs:TESTED_CLASS_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
44 public static final String TESTED_CLASS_SIGNATURE = field in ClassUnloadTest100 logWriter.println("=> Try to find tested class by signature: " + TESTED_CLASS_SIGNATURE); in testClassUnloadEvent()101 reply = debuggeeWrapper.vmMirror.getClassBySignature(TESTED_CLASS_SIGNATURE); in testClassUnloadEvent()
48 static final String TESTED_CLASS_SIGNATURE = field in CombinedEvents002Test49 CombinedEvents002Debuggee.TESTED_CLASS_SIGNATURE;113 debuggeeWrapper.vmMirror.getClassID(TESTED_CLASS_SIGNATURE); in prepareDebuggee()116 + TESTED_CLASS_SIGNATURE + "'"; in prepareDebuggee()
37 static final String TESTED_CLASS_SIGNATURE = field in CombinedEvents002Debuggee