Searched refs:OnTestEnd (Results 1 – 3 of 3) sorted by relevance
140 void TextOutput::OnTestEnd(const String testName, bool isSuccess, in OnTestEnd() function in nn::test::TextOutput
328 void XmlOutput::OnTestEnd(const String testName, bool isSuccess, in OnTestEnd() function in nn::test::XmlOutput
427 pOutput->OnTestEnd(testInfo.testName, testResult, timeCase); in DoRunSpecificTest()