1 interface inheriting from ITestExecutionRecorder
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Adapter\Interfaces\IFrameworkHandle.cs (1)
14
public interface IFrameworkHandle :
ITestExecutionRecorder
, IMessageLogger
1 implementation of ITestExecutionRecorder
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
19
internal class TestExecutionRecorder : TestSessionMessageLogger,
ITestExecutionRecorder