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

Method verbosity

extern/Catch2/catch.hpp:10011–10011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10009 int Config::abortAfter() const { return m_data.abortAfter; }
10010 bool Config::showInvisibles() const { return m_data.showInvisibles; }
10011 Verbosity Config::verbosity() const { return m_data.verbosity; }
10012
10013 bool Config::benchmarkNoAnalysis() const { return m_data.benchmarkNoAnalysis; }
10014 int Config::benchmarkSamples() const { return m_data.benchmarkSamples; }

Callers 4

StreamingReporterBaseMethod · 0.80
listTestsFunction · 0.80
listTestsNamesOnlyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected