Searched refs:testIgnored (Results 1 – 8 of 8) sorted by relevance
62 public void testIgnored(Description description) throws Exception { in testIgnored() method in PrintListener
62 mListener.testIgnored(Description.EMPTY); in testErrorTerminator_none()
123 public void testIgnored(Description description) { in testIgnored() method in AtestRunListener
246 public void testIgnored(Description description) throws Exception { in testIgnored() method in XmlRunListener
206 public void testIgnored(Description description) { in testIgnored() method in Profile
269 verify(listener, times(1)).testIgnored(any()); in testIgnoredScenario_doesIdle()
429 verify(listener, times(1)).testIgnored(any()); in testIgnore_excludedClasses()
702 inOrder.verify(mMockListener).testIgnored(td1); in testIgnoreProtoResult()708 verify(mMockListener).testIgnored(td1); in testIgnoreProtoResult()