1 instantiation of TestResultEventArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
52
TestResult.SafeInvoke(this, new
TestResultEventArgs
(result), "TestCaseEventsHandler.RaiseTestCaseEnd");
7 references to TestResultEventArgs
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
180
private void TriggerUpdateTestResult(object? sender,
TestResultEventArgs
e)
DataCollection\Interfaces\ITestEventsPublisher.cs (1)
38
event EventHandler<
TestResultEventArgs
> TestResult;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
78
private void TriggerSendTestResult(object? sender,
TestResultEventArgs
e)
EventHandlers\TestCaseEventsHandler.cs (1)
28
public 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.