Searched refs:zexpect_false (Results 1 – 5 of 5) sorted by relevance
42 zexpect_false(false); in ZTEST()48 zexpect_false(true); in ZTEST()
427 zexpect_false(DEVICE_API_IS(abstract, dev)); in ZTEST()
613 #define zexpect_false(cond, ...) zexpect(!(cond), #cond " is true", ##__VA_ARGS__) macro
341 zexpect_false(uart_emul_wait_for_event(fixture, UART_RX_BUF_RELEASED), in ZTEST_F()
3059 zexpect_false(ntohs(net_sin(local_addr)->sin_port) >= 1000 && in check_port_range()