Lines Matching refs:Method
42 import java.lang.reflect.Method;
166 * derived class return the desired test suite from the {@link #getTestSuite()} method. The test
167 * suite returned from this method will be used if no target class is defined in the meta-data or
435 * Parse and load the given test class and, optionally, method
437 * @param testClassName - full package name of test class and optionally method to add.
506 * Helper method to return the annotation class with specified name
604 // use reflection to call emma dump coverage method, to avoid
610 Method dumpCoverageMethod = emmaRTClass.getMethod("dumpCoverageData",
782 Method testMethod = null;
813 // Look for TimedTest annotation on both test class and test method