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