MCPcopy Create free account
hub / github.com/apache/thrift / getCurrentTestName

Method getCurrentTestName

compiler/cpp/tests/catch/catch.hpp:6715–6719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6713 }
6714
6715 virtual std::string getCurrentTestName() const {
6716 return m_activeTestCase
6717 ? m_activeTestCase->getTestCaseInfo().name
6718 : std::string();
6719 }
6720
6721 virtual const AssertionResult* getLastResult() const {
6722 return &m_lastResult;

Callers 2

ContextClass · 0.80

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected