Searched refs:interactiveTestMethod (Results 1 – 1 of 1) sorted by relevance
102 java.lang.reflect.Method interactiveTestMethod = null; in isInteractiveTest() local103 try { interactiveTestMethod = testClass.getMethod( "isInteractiveTest", new Class[]{} ); } in isInteractiveTest()106 if ( interactiveTestMethod != null ) in isInteractiveTest()110 Boolean result = (Boolean)interactiveTestMethod.invoke( null, new Object[]{} ); in isInteractiveTest()
Completed in 6 milliseconds