标签: fluent-assertions
是否有一个FluentAssertions“Should.Be”用于检查整个XML文档与预期文档?
答案 0 :(得分:3)
使用xDocument.BeEquivalentTo(otherxDocument)进行深入比较。请参阅源代码中的[定义[(https://github.com/fluentassertions/fluentassertions/blob/master/Src/FluentAssertions/Xml/XDocumentAssertions.cs#L116)。
xDocument.BeEquivalentTo(otherxDocument)