mbed-os/UNITTESTS/features/netsocket/TLSSocketWrapper
Seppo Takalo c54d76eddf Allow MBED_ASSERT to throw errors in unittests, so we can verify it.
GoogleTest allows you to check whether certain function throws errors.
For example:
ASSERT_ANY_THROW(mbed::HeapBlockDevice one(3050, 100));
or
ASSERT_NO_THROW(bd.init());

As MBED_ERROR is now only function that can throw errors, there is
no need to check the type of thrown object.
2019-11-22 13:10:46 +02:00
..
test_TLSSocketWrapper.cpp [unittests] Improve coverage 2019-10-14 14:22:31 +03:00
tls_test_config.h Add unit tests for TLSSocket and TLSSocketWrapper 2018-11-19 15:19:49 +02:00
unittest.cmake Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00