| 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 | |
| 1483 | BEAST_DEFINE_TESTSUITE(beast,core,static_string); |
nothing calls this directly
no outgoing calls
no test coverage detected