| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected