MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / verbosity

Method verbosity

tests/catch.hpp:7873–7873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7871 int Config::abortAfter() const { return m_data.abortAfter; }
7872 bool Config::showInvisibles() const { return m_data.showInvisibles; }
7873 Verbosity Config::verbosity() const { return m_data.verbosity; }
7874
7875 IStream const* Config::openStream() {
7876 return Catch::makeStream(m_data.outputFilename);

Callers 4

StreamingReporterBaseMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected