1 implementation of ITestPlatformEventSource
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\TestPlatformEventSource.cs (1)
12
public class TestPlatformEventSource : EventSource,
ITestPlatformEventSource
31 references to ITestPlatformEventSource
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\TestPlatformEventSource.cs (1)
19
public static
ITestPlatformEventSource
Instance
Microsoft.TestPlatform.CrossPlatEngine (12)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (2)
32
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
38
public TestRunAttachmentsProcessingManager(
ITestPlatformEventSource
testPlatformEventSource, IDataCollectorAttachmentsProcessorsFactory dataCollectorAttachmentsProcessorsFactory)
Discovery\DiscovererEnumerator.cs (3)
38
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
63
ITestPlatformEventSource
testPlatformEventSource,
79
ITestPlatformEventSource
testPlatformEventSource,
Discovery\DiscoveryManager.cs (2)
36
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
62
protected DiscoveryManager(IRequestData requestData,
ITestPlatformEventSource
testPlatformEventSource)
Execution\BaseRunTests.cs (3)
46
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
93
ITestPlatformEventSource
testPlatformEventSource)
129
ITestPlatformEventSource
testPlatformEventSource,
Execution\ExecutionManager.cs (2)
32
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
53
protected ExecutionManager(
ITestPlatformEventSource
testPlatformEventSource, IRequestData requestData)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (2)
39
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
71
ITestPlatformEventSource
testPlatformEventSource)
VsTestConsoleWrapper.cs (2)
55
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
125
ITestPlatformEventSource
testPlatformEventSource,
vstest.console (7)
CommandLine\Executor.cs (4)
63
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
103
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment)
108
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider)
113
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider, IRunSettingsHelper runSettingsHelper, CommandLineOptions commandLineOptions, TestRunResultAggregator testRunResultAggregator, ITestRequestManager? testRequestManager = null)
TestPlatformHelpers\TestRequestManager.cs (3)
51
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
116
ITestPlatformEventSource
testPlatformEventSource,
142
ITestPlatformEventSource
testPlatformEventSource,
vstest.console.arm64 (7)
src\vstest\src\vstest.console\CommandLine\Executor.cs (4)
63
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
103
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment)
108
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider)
113
internal Executor(IOutput output,
ITestPlatformEventSource
testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider, IRunSettingsHelper runSettingsHelper, CommandLineOptions commandLineOptions, TestRunResultAggregator testRunResultAggregator, ITestRequestManager? testRequestManager = null)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
51
private readonly
ITestPlatformEventSource
_testPlatformEventSource;
116
ITestPlatformEventSource
testPlatformEventSource,
142
ITestPlatformEventSource
testPlatformEventSource,