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