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

Method getNbFailedTests

test/Test.h:140–142  ·  view source on GitHub ↗

Return the number of failed tests

Source from the content-addressed store, hash-verified

138
139// Return the number of failed tests
140inline long Test::getNbFailedTests() const {
141 return mNbFailedTests;
142}
143
144// Return the output stream
145inline const std::ostream* Test::getOutputStream() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected