Home
last modified time | relevance | path

Searched refs:tearDownException (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java216 Throwable tearDownException = null; in performInvocation() local
320 tearDownException = e; in performInvocation()
321 CLog.e("Exception when tearing down invocation: %s", tearDownException.toString()); in performInvocation()
322 CLog.e(tearDownException); in performInvocation()
326 tearDownException, in performInvocation()
361 if (tearDownException != null) { in performInvocation()
365 throw tearDownException; in performInvocation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java508 RuntimeException tearDownException = null; in run() local
521 tearDownException = e; in run()
531 listener, mExpectedTests, mTestsResults, null, tearDownException); in run()
555 tearDownException); in run()
625 RuntimeException tearDownException) { in reportFinalResults() argument
677 if (tearDownException != null) { in reportFinalResults()
678 runFailureMessages.add(tearDownException.getMessage()); in reportFinalResults()