Searched refs:TestSetupException (Results 1 – 1 of 1) sorted by relevance
79 } catch (TestSetupException e) { in onStart()84 private void setup() throws TestSetupException { in setup()109 throw new TestSetupException( in setup()135 static class TestSetupException extends Exception { class in TestSetupInstrumentation136 public TestSetupException(String msg) { in TestSetupException() method in TestSetupInstrumentation.TestSetupException140 public static TestSetupException fromMissingArg(String arg) { in fromMissingArg()141 return new TestSetupException( in fromMissingArg()