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

Function TEST

tests/unit-tests/dds/DCPS/WaitSet.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using namespace OpenDDS::DCPS;
21
22TEST(dds_DCPS_WaitSet, DefaultConstructor)
23{
24 DDS::WaitSet ws;
25 DDS::ConditionSeq conditions;
26 EXPECT_EQ(ws.get_conditions(conditions), DDS::RETCODE_OK);
27 EXPECT_EQ(conditions.length(), 0u);
28}
29
30TEST(dds_DCPS_WaitSet, VarDuplicate)
31{

Callers

nothing calls this directly

Calls 10

get_conditionsMethod · 0.80
attach_conditionMethod · 0.80
detach_conditionMethod · 0.80
detach_conditionsMethod · 0.80
set_trigger_valueMethod · 0.80
notify_allMethod · 0.80
lengthMethod · 0.45
waitMethod · 0.45
joinMethod · 0.45
wait_untilMethod · 0.45

Tested by

no test coverage detected