1 instantiation of TestResultEventArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
52TestResult.SafeInvoke(this, new TestResultEventArgs(result), "TestCaseEventsHandler.RaiseTestCaseEnd");
7 references to TestResultEventArgs
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
180private void TriggerUpdateTestResult(object? sender, TestResultEventArgs e)
DataCollection\Interfaces\ITestEventsPublisher.cs (1)
38event EventHandler<TestResultEventArgs> TestResult;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
78private void TriggerSendTestResult(object? sender, TestResultEventArgs e)
EventHandlers\TestCaseEventsHandler.cs (1)
28public event EventHandler<TestResultEventArgs>? TestResult;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\Events\TestCaseEvents.cs (3)
342/// Initializes a new instance of the <see cref="TestResultEventArgs"/> class with default data collection context. 357/// Initializes a new instance of the <see cref="TestResultEventArgs"/> class. 381/// Initializes a new instance of the <see cref="TestResultEventArgs"/> class.