Home | History | Annotate | Download | only in test

Lines Matching refs:TimedTest

807                 // Look for TimedTest annotation on both test class and test method
808 if (testMethod != null && testMethod.isAnnotationPresent(TimedTest.class)) {
811 TimedTest.class).includeDetailedStats();
812 } else if (test.getClass().isAnnotationPresent(TimedTest.class)) {
815 TimedTest.class).includeDetailedStats();