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

Function TEST

src/tests/unit/attention-req.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

test_emptyFunction · 0.70
emptyMethod · 0.45
resetMethod · 0.45
GetGVariantMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected