We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Because there are a lot more things to test than just both attributes and elements. Currently I use something like this:
XElement.As<XNode>().Should().Match<XElement>(x => x.Name == "foo")
Because there are a lot more things to test than just both attributes and elements.
Currently I use something like this:
XElement.As<XNode>().Should().Match<XElement>(x => x.Name == "foo")