Searched refs:throwsException (Results 1 – 6 of 6) sorted by relevance
71 }).throwsException(NoInteractionsWanted.class); in unused_stubbed_is_not_implicitly_verified()83 }).throwsException(PotentialStubbingProblem.class); in stubbing_argument_mismatch()95 }).throwsException(UnnecessaryStubbingException.class); in unused_stubbing()
22 public ThrowableAssert throwsException(Class<? extends Throwable> exceptionType) { in throwsException() method in ThrowableAssert
38 }).throwsException(UnfinishedMockingSessionException.class); in requires_finish_mocking()
101 }) .throwsException(RedundantListenerException.class) in prevents_duplicate_listeners_of_the_same_type()
807 public boolean throwsException(ClassInfo exception) { in throwsException() method in MethodInfo911 if (!mInfo.throwsException(exception)) { in isConsistent()924 if (!throwsException(exec)) { in isConsistent()
65 public void throwsException() throws IOException { in throwsException() method in OptionalMethodTest.SubClass2