1 type derived from TestLoggerEvents
Microsoft.VisualStudio.TestPlatform.Common (1)
Logging\InternalTestLoggerEvents.cs (1)
22internal class InternalTestLoggerEvents : TestLoggerEvents, IDisposable
16 references to TestLoggerEvents
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameLogger.cs (1)
70public void Initialize(TestLoggerEvents events, string? testRunDictionary)
Microsoft.VisualStudio.TestPlatform.Common (1)
Logging\InternalTestLoggerEvents.cs (1)
360throw new ObjectDisposedException(typeof(TestLoggerEvents).FullName);
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (2)
HtmlLogger.cs (2)
110public void Initialize(TestLoggerEvents events, string testResultsDirPath) 131public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
TrxLogger.cs (2)
101public void Initialize(TestLoggerEvents events, string testResultsDirPath) 130public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Logger\ITestLogger.cs (1)
18void Initialize(TestLoggerEvents events, string testRunDirectory);
Logger\ITestLoggerWithParams.cs (1)
20void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters);
vstest.console (4)
Internal\ConsoleLogger.cs (2)
171public void Initialize(TestLoggerEvents events, string testRunDirectory) 197public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)
Internal\MSBuildLogger.cs (2)
56public void Initialize(TestLoggerEvents events, string testRunDirectory) 68public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)
vstest.console.arm64 (4)
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (2)
171public void Initialize(TestLoggerEvents events, string testRunDirectory) 197public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (2)
56public void Initialize(TestLoggerEvents events, string testRunDirectory) 68public void Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)