mbed-os/TESTS/netsocket/udp
Michal Paszta 05e94afca3 Replace TEST_ASSERT_INT_WITHIN usage in netsocket tests
IPCore's netsocket tests are expected to run all tests even if some of them fail. The TEST_ASSERT_INT_WITHIN macro sets a global variable Unity.CurrentTestFailed which prevents further checks and gives incorrect failure count. Other assertion macros in Unity do not do that.
2019-08-22 14:32:59 +03:00
..
main.cpp
udp_tests.h
udpsocket_bind_address.cpp
udpsocket_bind_address_invalid.cpp
udpsocket_bind_address_null.cpp
udpsocket_bind_address_port.cpp
udpsocket_bind_port.cpp
udpsocket_bind_port_fail.cpp
udpsocket_bind_unopened.cpp
udpsocket_bind_wrong_type.cpp
udpsocket_echotest.cpp
udpsocket_echotest_burst.cpp
udpsocket_open_close_repeat.cpp
udpsocket_open_destruct.cpp
udpsocket_open_limit.cpp
udpsocket_open_twice.cpp
udpsocket_recv_timeout.cpp
udpsocket_sendto_invalid.cpp
udpsocket_sendto_repeat.cpp
udpsocket_sendto_timeout.cpp