MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / TEST_CASE

Function TEST_CASE

test/json_test.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include <test.hpp>
31
32TEST_CASE(null_value)
33{
34 migraphx::value v;
35 auto json_str = migraphx::to_json_string(v);
36 EXPECT(json_str == "null");
37}
38
39TEST_CASE(null_value_rev)
40{

Callers

nothing calls this directly

Calls 13

to_json_stringFunction · 0.85
from_json_stringFunction · 0.85
from_valueFunction · 0.85
iotaFunction · 0.85
is_arrayMethod · 0.80
to_valueFunction · 0.50
argumentClass · 0.50
literalClass · 0.50
sizeMethod · 0.45
elementsMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected