Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DFakeTest.java63 private String mFailInvocationWithCause = null; field in FakeTest
250 if (mFailInvocationWithCause != null) { in run()
252 throw new RuntimeException(mFailInvocationWithCause); in run()