Castle.MonoRail.Framework.Tests.AccessibleThroughTestCase.AccessibleThroughPostVerbByGet C# (CSharp) Method

AccessibleThroughPostVerbByGet() private method

private AccessibleThroughPostVerbByGet ( ) : void
return void
        public void AccessibleThroughPostVerbByGet()
        {
            DoGet("home/PostOnlyMethod.rails");
            AssertReplyContains("Access to the action [PostOnlyMethod] on controller [home] is not allowed by the http verb [GET].");
        }