3 references to Json
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
577
? TestListFormat.
Json
593
bool isJsonDiscovery = testOptions.IsDiscovery && testOptions.ListTestsFormat == TestListFormat.
Json
;
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1365
if (_options.ListTestsFormat == TestListFormat.
Json
)