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

Method run

test/TestSuite.cpp:89–99  ·  view source on GitHub ↗

Launch the tests of the test suite

Source from the content-addressed store, hash-verified

87
88// Launch the tests of the test suite
89void TestSuite::run() {
90
91 // Reset all the tests
92 reset();
93
94 // Run all the tests
95 for (size_t i=0; i < mTests.size(); i++) {
96 assert(mTests[i] != nullptr);
97 mTests[i]->run();
98 }
99}
100
101// Reset the test suite
102void TestSuite::reset() {

Callers 1

mainFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected