2 types derived from BaseRunTests
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\RunTestsWithSources.cs (1)
27
internal class RunTestsWithSources :
BaseRunTests
Execution\RunTestsWithTests.cs (1)
20
internal class RunTestsWithTests :
BaseRunTests
3 references to BaseRunTests
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\BaseRunTests.cs (2)
76
/// Initializes a new instance of the <see cref="
BaseRunTests
"/> class.
108
/// Initializes a new instance of the <see cref="
BaseRunTests
"/> class.
Execution\ExecutionManager.cs (1)
35
private
BaseRunTests
? _activeTestRun;