C# Class BackupUtilityTest.TestCommandLineArgs

Show file Open project: freedom35/backup-util-dotnet-core

Private Methods

Method Description
TestCreateConfigArg ( string arg, bool isCorrectArg ) : void
TestExecuteArg ( string arg, bool isCorrectArg ) : void
TestGetArgType ( string arg, CommandLineArgType correctType ) : void
TestIsHelpArg ( string arg, bool isCorrectArg ) : void
TestIsVersionArg ( string arg, bool isCorrectArg ) : void
TestTryParseArgs ( string argsAsString, bool parseValid, CommandLineArgType correctType, string correctFileArg ) : void