Searched refs:runtimeException (Results 1 – 3 of 3) sorted by relevance
133 RuntimeException runtimeException = null; in runTests() local142 runtimeException = e; in runTests()151 if (runtimeException != null) { in runTests()152 if (runtimeException instanceof RunInterruptedException) { in runTests()153 throw runtimeException; in runTests()156 runtimeException.getMessage(), in runTests()157 runtimeException, in runTests() local
111 RuntimeException runtimeException = in loadTests()117 throw runtimeException; in loadTests()
445 RuntimeException runtimeException = new RuntimeException("failed to get build."); in testInvoke_buildFailed_runtimeException() local446 EasyMock.expect(mMockBuildProvider.getBuild()).andThrow(runtimeException); in testInvoke_buildFailed_runtimeException()