1 instantiation of TestCommand
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
253TestCommand testCommand = new(
5 references to TestCommand
dotnet (5)
Commands\Test\TestCommandParser.cs (1)
19vs.SetAction(TestCommand.Run);
Commands\Test\VSTest\TestCommand.cs (3)
180public static TestCommand FromArgs(string[] args, string? testSessionCorrelationId = null, string? msbuildPath = null) 194private static TestCommand FromParseResult(ParseResult result, string[] settings, string testSessionCorrelationId, string[] additionalBuildProperties, string? msbuildPath = null) 253TestCommand testCommand = new(
Commands\VSTest\VSTestCommand.cs (1)
38exitCode |= TestCommand.RunArtifactPostProcessingIfNeeded(testSessionCorrelationId, diag: null, FeatureFlag.Instance);