MCPcopy Create free account
hub / github.com/boostorg/json / run

Method run

test/kind.cpp:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void
39 run()
40 {
41 check(kind::array, "array");
42 check(kind::object, "object");
43 check(kind::string, "string");
44 check(kind::int64, "int64");
45 check(kind::uint64, "uint64");
46 check(kind::double_, "double");
47 check(kind::bool_, "bool");
48 check(kind::null, "null");
49 }
50};
51
52TEST_SUITE(kind_test, "boost.json.kind");

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected