| 818 | } |
| 819 | |
| 820 | void |
| 821 | run() override |
| 822 | { |
| 823 | testShrinkToFit(); |
| 824 | testDynamicBuffer(); |
| 825 | testMembers(); |
| 826 | testMatrix1(); |
| 827 | testMatrix2(); |
| 828 | } |
| 829 | }; |
| 830 | |
| 831 | BEAST_DEFINE_TESTSUITE(beast,core,multi_buffer); |
nothing calls this directly
no outgoing calls
no test coverage detected