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

Method run

test/beast/core/static_string.cpp:1466–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464 }
1465
1466 void
1467 run() override
1468 {
1469 testConstruct();
1470 testAssign();
1471 testAccess();
1472 testIterators();
1473 testCapacity();
1474 testOperations();
1475 testCompare();
1476 testSwap();
1477
1478 testGeneral();
1479 testToStaticString();
1480 }
1481};
1482
1483BEAST_DEFINE_TESTSUITE(beast,core,static_string);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected