Searched defs:testMethod (Results 1 – 11 of 11) sorted by relevance
38 public boolean apply(TestMethod testMethod) { in apply()
41 public boolean apply(TestMethod testMethod) { in apply()
29 public boolean apply(TestMethod testMethod) { in apply()
261 private void addTest(TestMethod testMethod) throws Exception { in addTest()
43 TestMethod testMethod = new TestMethod(method, aClass); in methodHasAnnotation() local
41 TestMethod testMethod = new TestMethod(method, aClass); in classHasAnnotation() local
47 TestMethod testMethod = new TestMethod(method, aClass); in hasExampleAnnotation() local
55 public void runTestOnMethod(MediaRecorderMethodUnderTest testMethod) { in runTestOnMethod()
79 public void runTestOnMethod(MediaPlayerMethodUnderTest testMethod) { in runTestOnMethod()
180 final Method testMethod = method; in runTest() local