MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / TEST

Function TEST

src/tests/unit/statusevent.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52TEST(StatusEvent, init_empty)
53{
54 Events::Status empty;
55 std::string res = test_empty(empty, true);
56 ASSERT_TRUE(res.empty()) << res;
57}
58
59
60TEST(StatusEvent, init_with_values)

Callers

nothing calls this directly

Calls 7

test_emptyFunction · 0.70
test_compareFunction · 0.70
emptyMethod · 0.45
resetMethod · 0.45
GetGVariantTupleMethod · 0.45
GetGVariantDictMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected