MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / listTestNamesOnly

Method listTestNamesOnly

Source/ThirdParty/catch2/catch.hpp:9976–9976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9974
9975 bool Config::listTests() const { return m_data.listTests; }
9976 bool Config::listTestNamesOnly() const { return m_data.listTestNamesOnly; }
9977 bool Config::listTags() const { return m_data.listTags; }
9978 bool Config::listReporters() const { return m_data.listReporters; }
9979

Callers 1

listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected