BackupUtilityTest.TestCommandLineArgs.TestGetArgType C# (CSharp) Method

TestGetArgType() private method

private TestGetArgType ( string arg, CommandLineArgType correctType ) : void
arg string
correctType CommandLineArgType
return void
        public void TestGetArgType(string arg, CommandLineArgType correctType)
        {
            Assert.AreEqual(correctType, CommandLineArgs.GetArgType(arg));
        }