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

Method Test

test/Test.cpp:34–37  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

32
33/// Constructor
34Test::Test(const std::string& name, std::ostream* stream)
35 : mName(name), mNbPassedTests(0), mNbFailedTests(0), mOutputStream(stream) {
36
37}
38
39/// Destructor
40Test::~Test() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected