Home
last modified time | relevance | path

Searched full:cmock (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_event/host_test/
Dfixtures.hpp20 * Exception which is thrown if there is some internal cmock error which results in a
23 * @note This is a temporary solution until there is a better integration of CATCH into CMock.
24 * Note also that usually there will be a segfault when cmock fails a second time.
32 * @return A reminder to look at the actual cmock log.
36 return "CMock encountered an error. Look at the CMock log"; in what()
41 * Helper macro for setting up a test protect call for CMock.
44 * which use generated CMock mock functions.
45 * This is necessary because CMock uses longjmp which screws up C++ stacks and
48 * @note This is a temporary solution until there is a better integration of CATCH into CMock.
49 * Note also that usually there will be a segfault when cmock fails a second time.
/hal_espressif-latest/components/spi_flash/mock/
Dmock_config.yaml1 :cmock:
/hal_espressif-latest/components/esp_event/host_test/esp_event_unit_test/main/
DCMakeLists.txt3 REQUIRES esp_event cmock)