Home
last modified time | relevance | path

Searched defs:TEST_EXCEPTION (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentProviderResultTest.java36 private final Exception TEST_EXCEPTION = new IllegalArgumentException(); field in ContentProviderResultTest
/aosp_15_r20/system/extras/torq/tests/
H A Dcommand_executor_unit_test.py30 TEST_EXCEPTION = Exception(TEST_ERROR_MSG) variable
H A Ddevice_unit_test.py29 TEST_EXCEPTION = Exception(TEST_FAILURE_MSG) variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_with.py187 TEST_EXCEPTION = RuntimeError("test exception") variable in ContextmanagerAssertionMixin