Base:
method
CreateCommand
Microsoft.NET.TestFramework.Commands.TestCommand.CreateCommand(System.Collections.Generic.IEnumerable<System.String>)
3 overrides of CreateCommand
Microsoft.NET.TestFramework (3)
Commands\BuildServerCommand.cs (1)
12
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\DotnetNewCommand.cs (1)
53
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
Commands\DotnetPublishCommand.cs (1)
16
protected override SdkCommandSpec
CreateCommand
(IEnumerable<string> args)
3 references to CreateCommand
Microsoft.NET.TestFramework (3)
Commands\BuildServerCommand.cs (1)
20
return base.
CreateCommand
(newArgs);
Commands\DotnetNewCommand.cs (1)
60
return base.
CreateCommand
(args);
Commands\DotnetPublishCommand.cs (1)
25
return base.
CreateCommand
(newArgs);