3 references to ListTestsFormatJson
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
576
return string.Equals(value, TestCommandDefinition.MicrosoftTestingPlatform.
ListTestsFormatJson
, StringComparison.Ordinal)
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (2)
165
HelpName = $"{ListTestsFormatText}|{
ListTestsFormatJson
}",
167
}.AcceptOnlyFromAmong(ListTestsFormatText,
ListTestsFormatJson
);