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

setup_result_for_call_ignoring_args() 개인적인 메소드

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