mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
DTLSSocket | ||
DTLSSocketWrapper | ||
EthernetInterface | ||
InternetSocket | ||
NetworkInterface | ||
NetworkStack | ||
SocketAddress | ||
TCPServer | ||
TCPSocket | ||
TLSSocket | ||
TLSSocketWrapper | ||
UDPSocket | ||
WiFiAccessPoint | ||
cellular/CellularNonIPSocket | ||
nsapi_dns |