Searched defs:normalMethod (Results 1 – 2 of 2) sorted by relevance
13 public String normalMethod(String stringArg, int intArg) { in normalMethod() method in AnExampleClass
172 Method normalMethod = exampleClass.getMethod("normalMethod", String.class, int.class); in callingNormalMethodShouldInvokeClassHandler() local206 Method normalMethod = exampleClass.getMethod("staticMethod", String.class); in callingStaticMethodShouldInvokeClassHandler() local229 Method normalMethod = exampleClass.getMethod("normalMethodReturningInteger", int.class); in callingNormalMethodReturningIntegerShouldInvokeClassHandler() local242 Method normalMethod = exampleClass.getMethod("normalMethodReturningDouble", double.class); in callingMethodReturningDoubleShouldInvokeClassHandler() local253 Method normalMethod = exampleClass.getDeclaredMethod("nativeMethod", String.class, int.class); in callingNativeMethodShouldInvokeClassHandler() local