BackupUtilityTest.TestCommandLineArgs.TestCreateConfigArg C# (CSharp) Method

TestCreateConfigArg() private method

private TestCreateConfigArg ( string arg, bool isCorrectArg ) : void
arg string
isCorrectArg bool
return void
        public void TestCreateConfigArg(string arg, bool isCorrectArg)
        {
            Assert.AreEqual(isCorrectArg, CommandLineArgs.IsCreateConfigArg(arg));
        }