Home
last modified time | relevance | path

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

/external/catch2/projects/ExtraTests/
DCMakeLists.txt52 add_executable( DisabledExceptions-CustomHandler ${TESTS_DIR}/X04-DisabledExceptions-CustomHandler.…
54 foreach(target DisabledExceptions-DefaultHandler DisabledExceptions-CustomHandler)
80 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-3 COMMAND DisabledExceptions-CustomHandler "Tests tha…
88 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-4 COMMAND DisabledExceptions-CustomHandler "Tests tha…
123 DisabledExceptions-CustomHandler
/external/python/cpython2/Lib/test/
Dtest_logging.py1115 class CustomHandler(logging.StreamHandler): class
/external/python/cpython3/Lib/test/
Dtest_logging.py2131 class CustomHandler(logging.StreamHandler): class