MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / name

Method name

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6527–6529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6525 return m_stream->stream();
6526}
6527std::string Config::name() const {
6528 return m_data.name.empty() ? m_data.processName : m_data.name;
6529}
6530bool Config::includeSuccessfulResults() const {
6531 return m_data.showSuccessfulTests;
6532}

Callers 6

writeToStreamMethod · 0.45
RunContextMethod · 0.45
runTestsFunction · 0.45
writeTestCaseMethod · 0.45
testRunStartingMethod · 0.45
initAnnotationMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected