Searched refs:getShortDescriptionMethod (Results 1 – 1 of 1) sorted by relevance
120 java.lang.reflect.Method getShortDescriptionMethod = null; in getShortTestDescription() local121 …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 14 milliseconds