Searched defs:TEST_EXCEPTION (Results 1 – 4 of 4) sorted by relevance
36 private final Exception TEST_EXCEPTION = new IllegalArgumentException(); field in ContentProviderResultTest
30 TEST_EXCEPTION = Exception(TEST_ERROR_MSG) variable
29 TEST_EXCEPTION = Exception(TEST_FAILURE_MSG) variable
187 TEST_EXCEPTION = RuntimeError("test exception") variable in ContextmanagerAssertionMixin