コード例 #1
0
        public void the_name_is_what_was_passed_in()
        {
            theInner.Stub(x => x.Name()).Throw(new AssertionException("Don't call me"));

            theToken.Name().ShouldEqual("filtered name");
        }