Searched refs:pErrorNode (Results 1 – 1 of 1) sorted by relevance
354 Node* pErrorNode = m_pCurrentCaseResult->CreateChildNode("error"); in OnAssert() local355 pErrorNode->SetAttribute("type", ""); in OnAssert()356 pErrorNode->SetAttribute("message", info.GetMessage().GetBuffer()); in OnAssert()361 pErrorNode->SetValue(value.GetBuffer()); in OnAssert()