8 references to TestListFormat
dotnet (8)
Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
133
ListTestsFormat:
TestListFormat
.Text,
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
571
private static
TestListFormat
GetListTestsFormat(ParseResult parseResult, TestCommandDefinition.MicrosoftTestingPlatform definition)
577
?
TestListFormat
.Json
578
:
TestListFormat
.Text;
593
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; }