Home
last modified time | relevance | path

Searched refs:interactiveTestMethod (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/qadevOOo/runner/complexlib/
H A DShowTargets.java102 java.lang.reflect.Method interactiveTestMethod = null; in isInteractiveTest() local
103 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 5 milliseconds