Implemented interface member:
property
ShortCommandName
Microsoft.VisualStudio.TestPlatform.CommandLine.Processors.IArgumentProcessorCapabilities.ShortCommandName
3 overrides of ShortCommandName
vstest.console.arm64 (3)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (1)
54public override string ShortCommandName => EnvironmentArgumentProcessor.ShortCommandName;
parent\vstest.console\Processors\HelpArgumentProcessor.cs (1)
55public override string ShortCommandName => HelpArgumentProcessor.ShortCommandName;
parent\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
74public override string ShortCommandName => ListTestsArgumentProcessor.ShortCommandName;