Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
namespace {
10
11
TEST(VersionTest, DefaultConstructor) {
12
Version v;
13
EXPECT_FALSE(v.IsValid());
14
}
15
16
TEST(VersionTest, ValueSemantics) {
17
Version v1(
"1.2.3.4"
);
Callers
nothing calls this directly
Calls
6
CompareTo
Method · 0.80
IsOlderThan
Method · 0.80
CompareToWildcardString
Method · 0.80
IsValid
Method · 0.45
Equals
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected