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

AccessibleThroughGetVerbByPost() private method

private AccessibleThroughGetVerbByPost ( ) : void
return void
        public void AccessibleThroughGetVerbByPost()
		{
            DoPost("home/GetOnlyMethod.rails");
			AssertReplyContains("Access to the action [GetOnlyMethod] on controller [home] is not allowed by the http verb [POST].");
		}