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

Method getNbPassedTests

test/Test.h:135–137  ·  view source on GitHub ↗

Return the number of passed tests

Source from the content-addressed store, hash-verified

133
134// Return the number of passed tests
135inline long Test::getNbPassedTests() const {
136 return mNbPassedTests;
137}
138
139// Return the number of failed tests
140inline long Test::getNbFailedTests() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected