Searched refs:testException (Results 1 – 2 of 2) sorted by relevance
77 ServiceNotFoundException testException = in testProfilingServiceNotFoundException() local81 throw testException; in testProfilingServiceNotFoundException()
1288 Exception testException = in testCatchUnexpectedExceptionInNetworkUpdate() local1290 doThrow(testException).when(mockNetwork).getAllByName(anyString()); in testCatchUnexpectedExceptionInNetworkUpdate()1304 assertEquals(testException, captor.getValue().getCause()); in testCatchUnexpectedExceptionInNetworkUpdate()1315 Exception testException = new IllegalStateException("testThrowNetworkUpdate"); in testThrowInNetworkUpdate() local1316 doThrow(testException).when(mockNetwork).getAllByName(anyString()); in testThrowInNetworkUpdate()