Searched refs:shouldTestRun (Results 1 – 3 of 3) sorted by relevance
137 public boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() method in TestFilterHelper138 return shouldTestRun(Arrays.asList(annotatedElement.getAnnotations())); in shouldTestRun()147 public boolean shouldTestRun(Description desc) { in shouldTestRun() method in TestFilterHelper148 return shouldTestRun(desc.getAnnotations()); in shouldTestRun()154 private boolean shouldTestRun(Collection<Annotation> annotationsList) { in shouldTestRun() method in TestFilterHelper219 if (!shouldTestRun(method)) { in shouldRun()251 if (!shouldTestRun(desc)) { in shouldRun()
922 assertTrue(mHostTest.shouldTestRun(SuccessTestCase.class)); in testRun_shouldTestRun_Success()932 assertTrue(mHostTest.shouldTestRun(AnotherTestCase.class)); in testRun_shouldTestRunMulti_Success()941 assertFalse(mHostTest.shouldTestRun(SuccessTestCase.class)); in testRun_shouldNotRun()950 assertFalse(mHostTest.shouldTestRun(SuccessTestCase.class)); in testRun_shouldNotRunMulti()954 assertFalse(mHostTest.shouldTestRun(SuccessTestCase.class)); in testRun_shouldNotRunMulti()963 assertTrue(mHostTest.shouldTestRun(SuccessTestCase.class)); in testRun_shouldRun_exclude()
868 protected boolean shouldTestRun(AnnotatedElement annotatedElement) { in shouldTestRun() method in HostTest869 return mFilterHelper.shouldTestRun(annotatedElement); in shouldTestRun()