Castle.MonoRail.ActiveRecordSupport.Tests.ARDataBinderTests.MR296.IfControllerDoesNotInheritFromARSmartDispatcherController_ShouldStillGetValidationSummary C# (CSharp) Method

IfControllerDoesNotInheritFromARSmartDispatcherController_ShouldStillGetValidationSummary() private method

		public void IfControllerDoesNotInheritFromARSmartDispatcherController_ShouldStillGetValidationSummary()
		{
			ie.GoTo("http://localhost:88/MR296/edit.castle");
			ie.Button(Find.ByValue("Save")).Click();
			Assert.IsTrue(ie.ContainsText("HasValidationErrors"));
		}
	}