Run the tests
| 57 | |
| 58 | /// Run the tests |
| 59 | void run() { |
| 60 | |
| 61 | testConstructors(); |
| 62 | testAddRemoveClear(); |
| 63 | testAssignment(); |
| 64 | testIndexing(); |
| 65 | testFind(); |
| 66 | testEquality(); |
| 67 | testReserve(); |
| 68 | testIterators(); |
| 69 | } |
| 70 | |
| 71 | void testConstructors() { |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected