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

Function TEST

3rdparty/stout/tests/json_tests.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33TEST(JsonTest, DefaultValueIsNull)
34{
35 JSON::Value v;
36 EXPECT_EQ("null", stringify(v));
37}
38
39
40TEST(JsonTest, UTF8)

Callers

nothing calls this directly

Calls 12

NumberClass · 0.85
FalseClass · 0.85
TrueClass · 0.85
BooleanClass · 0.85
StringClass · 0.85
ObjectClass · 0.70
stringifyClass · 0.50
ValueClass · 0.50
parseFunction · 0.50
NullClass · 0.50
getMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected