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

Method reset

test/TestSuite.cpp:102–107  ·  view source on GitHub ↗

Reset the test suite

Source from the content-addressed store, hash-verified

100
101// Reset the test suite
102void TestSuite::reset() {
103 for(size_t i=0; i < mTests.size(); ++i) {
104 assert(mTests[i]);
105 mTests[i]->reset();
106 }
107}
108
109// Display the tests report and return the number of failed tests
110long TestSuite::report() const {

Callers 1

addTestMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected