1 instantiation of TestCaseEndEventArgs
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
46TestCaseEnd.SafeInvoke(this, new TestCaseEndEventArgs(testCase, outcome), "TestCaseEventsHandler.RaiseTestCaseEnd");
18 references to TestCaseEndEventArgs
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionTestCaseEventHandler.cs (2)
109var testCaseEndEventArgs = _dataSerializer.DeserializePayload<TestCaseEndEventArgs>(message);
DataCollectionTestCaseEventSender.cs (1)
95public Collection<AttachmentSet>? SendTestCaseEnd(TestCaseEndEventArgs e)
Interfaces\IDataCollectionTestCaseEventSender.cs (1)
51Collection<AttachmentSet>? SendTestCaseEnd(TestCaseEndEventArgs e);
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
164private void TriggerTestCaseEnd(object? sender, TestCaseEndEventArgs e)
DataCollection\Interfaces\ITestEventsPublisher.cs (1)
33event EventHandler<TestCaseEndEventArgs> TestCaseEnd;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
56private void TriggerTestCaseEnd(object? sender, TestCaseEndEventArgs e)
EventHandlers\TestCaseEventsHandler.cs (1)
26public event EventHandler<TestCaseEndEventArgs>? TestCaseEnd;
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
477private void EventsTestCaseEnd(object? sender, TestCaseEndEventArgs e)
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionManager.cs (1)
328public Collection<AttachmentSet> TestCaseEnded(TestCaseEndEventArgs testCaseEndEventArgs)
DataCollection\Interfaces\IDataCollectionManager.cs (1)
40Collection<AttachmentSet> TestCaseEnded(TestCaseEndEventArgs testCaseEndEventArgs);
DataCollection\TestPlatformDataCollectionEvents.cs (2)
35[typeof(TestCaseEndEventArgs)] = OnTestCaseEnd 70public override event EventHandler<TestCaseEndEventArgs>? TestCaseEnd;
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
DataCollector\Events\DataCollectionEvents.cs (1)
43public abstract event EventHandler<TestCaseEndEventArgs>? TestCaseEnd;
DataCollector\Events\TestCaseEvents.cs (4)
215/// Initializes a new instance of the <see cref="TestCaseEndEventArgs"/> class with default data collection context. 232/// Initializes a new instance of the <see cref="TestCaseEndEventArgs"/> class. 260/// Initializes a new instance of the <see cref="TestCaseEndEventArgs"/> class. 284/// Initializes a new instance of the <see cref="TestCaseEndEventArgs"/> class.