typeof(MyController).Methods().ThatReturn<ActionResult>().ThatAreDecoratedWith<HttpPostAttribute>().Should().BeDecoratedWith<ValidateAntiForgeryTokenAttribute>("because all Actions with HttpPost require ValidateAntiForgeryToken");
xDocument.Should().HaveRoot("configuration");xDocument.Should().HaveElement("settings");xElement.Should().HaveAttribute("age", "36");xElement.Should().HaveElement("address");xAttribute.Should().HaveValue("Amsterdam");