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