Acceptance.Silverlight.Classic.WithStatics.How_to_use_args.setup_result_for_call_ignoring_args C# (CSharp) Méthode

setup_result_for_call_ignoring_args() private méthode

private setup_result_for_call_ignoring_args ( ) : void
Résultat void
        public void setup_result_for_call_ignoring_args()
        {
            Given.That(Subject).ValidationForArgs().IgnoringArgs().Is(true);
            Assert.IsTrue(Subject.AreValid(1, 2, 3));
        }