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

Method clear

test/TestSuite.cpp:138–144  ·  view source on GitHub ↗

Delete all the tests

Source from the content-addressed store, hash-verified

136
137// Delete all the tests
138void TestSuite::clear() {
139
140 for (size_t i=0; i<mTests.size(); i++) {
141 delete mTests[i];
142 mTests[i] = nullptr;
143 }
144}

Callers 15

mainFunction · 0.45
testConvexHullsMethod · 0.45
TestHeightFieldMethod · 0.45
resetMethod · 0.45
testOverlappingMethod · 0.45
TestRaycastMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
TestWorldQueriesMethod · 0.45
testAddRemoveClearMethod · 0.45
testContainsKeyMethod · 0.45
testPushPopMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected