2 types derived from BaseRunTests
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\RunTestsWithSources.cs (1)
27internal class RunTestsWithSources : BaseRunTests
Execution\RunTestsWithTests.cs (1)
20internal 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)
35private BaseRunTests? _activeTestRun;