public void AddAllowedArgumentTest_Argument() { ArgumentParser target = new ArgumentParser(); // TODO: Initialize to an appropriate value Argument argument = null; // TODO: Initialize to an appropriate value target.AddAllowedArgument(argument); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void AddAllowedArgumentTest_String() { ArgumentParser target = new ArgumentParser(); // TODO: Initialize to an appropriate value string argumentName = string.Empty; // TODO: Initialize to an appropriate value target.AddAllowedArgument(argumentName); Assert.Inconclusive("A method that does not return a value cannot be verified."); }