MCPcopy Create free account
hub / github.com/apache/brpc / TEST

Function TEST

test/version_unittest.cc:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace {
10
11TEST(VersionTest, DefaultConstructor) {
12 Version v;
13 EXPECT_FALSE(v.IsValid());
14}
15
16TEST(VersionTest, ValueSemantics) {
17 Version v1("1.2.3.4");

Callers

nothing calls this directly

Calls 6

CompareToMethod · 0.80
IsOlderThanMethod · 0.80
IsValidMethod · 0.45
EqualsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected