3 references to TestResultHandler
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
TrxLogger.cs (3)
87
/// from <see cref="
TestResultHandler
"/> and <see cref="TestRunCompleteHandler"/>.
118
events.TestResult +=
TestResultHandler
;
634
/// Called concurrently from <see cref="
TestResultHandler
"/>, so creation is guarded by a lock