2 references to TestFrameworkOptionName
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
117
optionsToLog: [VSTestCommandDefinition.TestPlatformOptionName, VSTestCommandDefinition.
TestFrameworkOptionName
, VSTestCommandDefinition.TestLoggerOptionName]
Microsoft.DotNet.Cli.Definitions (1)
Commands\VSTest\VSTestCommandDefinition.cs (1)
19
public readonly Option<string> TestFrameworkOption = new(
TestFrameworkOptionName
);