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

setup_result_with_wrong_args_should_fail() private méthode

private setup_result_with_wrong_args_should_fail ( ) : void
Résultat void
        public void setup_result_with_wrong_args_should_fail()
        {
            Given.That(Subject).ValidationForArgs(1, 2, 3).Is(true);
            Assert.IsFalse(Subject.AreValid(4, 5, 6));
        }