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