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

Method succeed

test/Test.h:124–126  ·  view source on GitHub ↗

Called when a test passed

Source from the content-addressed store, hash-verified

122
123// Called when a test passed
124inline void Test::succeed() {
125 mNbPassedTests++;
126}
127
128// Reset the unit test
129inline void Test::reset() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected