MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / TEST

Function TEST

tests/unit-tests/dds/DCPS/AddressCache.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56#endif
57
58TEST(dds_DCPS_AddressCache, load_fail)
59{
60 AddressCache<TestKey> test_cache_;
61 NetworkAddressSet addrs;
62 ASSERT_FALSE(test_cache_.load(TestKey(GUID_UNKNOWN, GUID_UNKNOWN), addrs));
63}
64
65TEST(dds_DCPS_AddressCache, store_load_success)
66{

Callers

nothing calls this directly

Calls 12

TestKeyClass · 0.85
remove_idMethod · 0.80
loadMethod · 0.45
insertMethod · 0.45
storeMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
emptyMethod · 0.45
removeMethod · 0.45
valueMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected