Home | History | Annotate | Download | only in test

Lines Matching refs:Method

42 import java.lang.reflect.Method;
153 * derived class return the desired test suite from the {@link #getTestSuite()} method. The test
154 * suite returned from this method will be used if no target class is defined in the meta-data or
412 * Parse and load the given test class and, optionally, method
414 * @param testClassName - full package name of test class and optionally method to add.
483 * Helper method to return the annotation class with specified name
581 // use reflection to call emma dump coverage method, to avoid
587 Method dumpCoverageMethod = emmaRTClass.getMethod("dumpCoverageData",
759 Method testMethod = null;
790 // Look for TimedTest annotation on both test class and test method