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.java49 private String mFailInvocationWithCause = null; field in FakeTest
209 if (mFailInvocationWithCause != null) { in run()
211 throw new RuntimeException(mFailInvocationWithCause); in run()