Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/runner/complexlib/
H A DShowTargets.java120 java.lang.reflect.Method getShortDescriptionMethod = null; in getShortTestDescription() local
121 …try { getShortDescriptionMethod = _testClass.getMethod( "getShortTestDescription", new Class[]{} )… in getShortTestDescription()
124 if ( getShortDescriptionMethod != null ) in getShortTestDescription()
128 return (String)getShortDescriptionMethod.invoke( null, new Object[]{} ); in getShortTestDescription()

Completed in 8 milliseconds