Class CommandLineArgumentParser_Tests
Inheritance
object
CommandLineArgumentParser_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli
Assembly: Volo.Abp.Cli.Core.Tests.dll
Syntax
public class CommandLineArgumentParser_Tests : AbpCliTestBase, IDisposable
Constructors
CommandLineArgumentParser_Tests()
Declaration
public CommandLineArgumentParser_Tests()
Methods
Should_Parse_Empty_Arguments(string[])
Declaration
public void Should_Parse_Empty_Arguments(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args |
Should_Parse_From_Line_Text()
Declaration
public void Should_Parse_From_Line_Text()
Should_Work_With_Command_And_Target()
Declaration
public void Should_Work_With_Command_And_Target()
Should_Work_With_Command_And_Target_And_Options()
Declaration
public void Should_Work_With_Command_And_Target_And_Options()
Should_Work_With_Only_Command()
Declaration
public void Should_Work_With_Only_Command()
Implements
System.IDisposable