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

Method reset

test/Test.h:129–132  ·  view source on GitHub ↗

Reset the unit test

Source from the content-addressed store, hash-verified

127
128// Reset the unit test
129inline void Test::reset() {
130 mNbPassedTests = 0;
131 mNbFailedTests = 0;
132}
133
134// Return the number of passed tests
135inline long Test::getNbPassedTests() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected