MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / run

Method run

test/tests/containers/TestArray.h:59–69  ·  view source on GitHub ↗

Run the tests

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected