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

Method TestSuite

test/TestSuite.cpp:32–35  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

30
31// Constructor
32TestSuite::TestSuite(const std::string& name, std::ostream* outputStream)
33 : mName(name), mOutputStream(outputStream) {
34
35}
36
37// Return the number of passed tests
38long TestSuite::getNbPassedTests() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected