Searched refs:m_currentAction (Results 1 – 1 of 1) sorted by relevance
227 TestAction* m_currentAction; member in TestResults266 m_currentAction->passCount++; in OnTestStatus()267 m_currentAction->target->testPassCount++; in OnTestStatus()278 line << ": " << m_currentAction->target->name << ':' << className << "#" << testName; in OnTestStatus()284 m_currentAction->failCount++; in OnTestStatus()285 m_currentAction->target->testFailCount++; in OnTestStatus()287 m_currentAction->target->name.c_str(), className.c_str(), testName.c_str(), in OnTestStatus()302 m_currentAction->ignoreCount++; in OnTestStatus()303 m_currentAction->target->testIgnoreCount++; in OnTestStatus()305 m_currentAction->target->name.c_str(), className.c_str(), testName.c_str(), in OnTestStatus()[all …]