8 references to TestListFormat
dotnet (8)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
168
ListTestsFormat:
TestListFormat
.Text,
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
574
private static
TestListFormat
GetListTestsFormat(ParseResult parseResult, TestCommandDefinition.MicrosoftTestingPlatform definition)
580
?
TestListFormat
.Json
581
:
TestListFormat
.Text;
596
bool isJsonDiscovery = testOptions.IsDiscovery && testOptions.ListTestsFormat ==
TestListFormat
.Json;
Commands\Test\MTP\Options.cs (1)
30
TestListFormat
ListTestsFormat,
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1365
if (_options.ListTestsFormat ==
TestListFormat
.Json)
Commands\Test\MTP\Terminal\TerminalTestReporterOptions.cs (1)
57
public
TestListFormat
ListTestsFormat { get; init; }