Home
last modified time | relevance | path

Searched refs:expectedSignatures (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DReferenceTypeTest.java131 String expectedSignatures[] = { in testReferenceType001() local
198 if ( ! expectedSignatures[k].equals(returnedSignature) ) { in testReferenceType001()
200 logWriter.println("## Expected signature = " + expectedSignatures[k]); in testReferenceType001()
204 ", Expected: " + expectedSignatures[k] + "\n"; in testReferenceType001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java472 String expectedSignatures[], int expectedModifiers[]) { in checkFields() argument
536 if (null != expectedSignatures) { in checkFields()
540 expectedSignatures[k], returnedFieldSignature); in checkFields()