Searched defs:wrongClass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java200 Class wrongClass) {
201 return checkType(what, object, wrongClass, false);
205 Class wrongClass, boolean isException) {
210 if (wrongClass.isInstance(object)) {
216 if (!className.equals(wrongClass.getName())) {
227 Class wrongClass) {
238 return checkType(what, exception, wrongClass, true);
199 checkType(String what, Object object, Class wrongClass) argument
204 checkType(String what, Object object, Class wrongClass, boolean isException) argument
226 checkExceptionType(String what, Exception exception, Class wrongClass) argument

Completed in 22 milliseconds