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

Function run

test/basic_parser.cpp:1755–1779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1753#endif
1754
1755 void
1756 run()
1757 {
1758 testNull();
1759 testBoolean();
1760 testSpecialNumbers();
1761 testString();
1762 testNumber();
1763 testArray();
1764 testObject();
1765 testParser();
1766 testMembers();
1767 testParseVectors();
1768 testIssue13();
1769 testIssue20();
1770 testIssue113();
1771 testAllowTrailing();
1772 testComments();
1773 testUTF8Validation();
1774 testUTF16Validation();
1775 testMaxDepth();
1776 testNumberLiteral();
1777 testStickyErrors();
1778 testStdTypes();
1779 }
1780};
1781
1782TEST_SUITE(basic_parser_test, "boost.json.basic_parser");

Callers

nothing calls this directly

Calls 15

testNullFunction · 0.85
testBooleanFunction · 0.85
testSpecialNumbersFunction · 0.85
testStringFunction · 0.85
testNumberFunction · 0.85
testArrayFunction · 0.85
testObjectFunction · 0.85
testParserFunction · 0.85
testMembersFunction · 0.85
testParseVectorsFunction · 0.85
testIssue13Function · 0.85
testIssue20Function · 0.85

Tested by

no test coverage detected