MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getCurrentTestName

Method getCurrentTestName

tests/catch.hpp:10244–10248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10242 }
10243
10244 std::string RunContext::getCurrentTestName() const {
10245 return m_activeTestCase
10246 ? m_activeTestCase->getTestCaseInfo().name
10247 : std::string();
10248 }
10249
10250 const AssertionResult * RunContext::getLastResult() const {
10251 return &(*m_lastResult);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected