Acceptance.Silverlight.Classic.WithStatics.How_to_use_args.setup_result_with_wrong_args_should_fail C# (CSharp) 메소드

setup_result_with_wrong_args_should_fail() 개인적인 메소드

private setup_result_with_wrong_args_should_fail ( ) : void
리턴 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));
        }