MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getCurrentTestName

Method getCurrentTestName

unittests/catch.hpp:8717–8721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8715 }
8716
8717 std::string RunContext::getCurrentTestName() const {
8718 return m_activeTestCase
8719 ? m_activeTestCase->getTestCaseInfo().name
8720 : std::string();
8721 }
8722
8723 const AssertionResult * RunContext::getLastResult() const {
8724 return &(*m_lastResult);

Callers

nothing calls this directly

Calls 1

stringClass · 0.85

Tested by

no test coverage detected