Home | History | Annotate | Download | only in test

Lines Matching refs:TimedTest

790                 // Look for TimedTest annotation on both test class and test method
791 if (testMethod != null && testMethod.isAnnotationPresent(TimedTest.class)) {
794 TimedTest.class).includeDetailedStats();
795 } else if (test.getClass().isAnnotationPresent(TimedTest.class)) {
798 TimedTest.class).includeDetailedStats();