mbed-os/UNITTESTS/features/lorawan
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
..
loramac Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loramacchannelplan unittest: fix style for empty functions 2018-10-25 09:58:19 +01:00
loramaccommand Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loramaccrypto Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphy Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyas923 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyau915 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphycn470 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphycn779 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyeu433 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyeu868 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyin865 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphykr920 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
loraphyus915 Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
lorawaninterface Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
lorawanstack Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00
lorawantimer Allow MBED_ASSERT to throw errors in unittests, so we can verify it. 2019-11-22 13:10:46 +02:00