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.java130 String expectedSignatures[] = { in testReferenceType001() local
197 if ( ! expectedSignatures[k].equals(returnedSignature) ) { in testReferenceType001()
199 logWriter.println("## Expected signature = " + expectedSignatures[k]); in testReferenceType001()
203 ", Expected: " + expectedSignatures[k] + "\n"; in testReferenceType001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java429 String expectedSignatures[], int expectedModifiers[]) { in checkFields() argument
482 if (null != expectedSignatures) { in checkFields()
486 expectedSignatures[k], returnedFieldSignature); in checkFields()