C# 클래스 BackupUtilityTest.TestCommandLineArgs

파일 보기 프로젝트 열기: freedom35/backup-util-dotnet-core

비공개 메소드들

메소드 설명
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