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

Method run

test/double.cpp:579–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 }
578
579 void
580 run()
581 {
582 testDouble();
583 testWithinULP();
584 testExtraPrecision();
585 testSpecialNumbers();
586 }
587};
588
589TEST_SUITE(double_test, "boost.json.double");

Callers

nothing calls this directly

Calls 1

testSpecialNumbersFunction · 0.85

Tested by

no test coverage detected