Searched refs:expectedSignatures (Results 1 – 2 of 2) sorted by relevance
130 String expectedSignatures[] = { in testReferenceType001() local197 if ( ! expectedSignatures[k].equals(returnedSignature) ) { in testReferenceType001()199 logWriter.println("## Expected signature = " + expectedSignatures[k]); in testReferenceType001()203 ", Expected: " + expectedSignatures[k] + "\n"; in testReferenceType001()
429 String expectedSignatures[], int expectedModifiers[]) { in checkFields() argument482 if (null != expectedSignatures) { in checkFields()486 expectedSignatures[k], returnedFieldSignature); in checkFields()