You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nodeComparer: c =>c.Control.Node.NodeName=="P"?CompareResult.Same|CompareResult.SkipChildren:thrownewException("NODE COMPARER SHOULD NOT BE CALLED ON CHILD NODES"),
368
+
nodeComparer: c =>c.Control.Node.NodeName=="P"?compareResult:thrownewException("NODE COMPARER SHOULD NOT BE CALLED ON CHILD NODES"),
367
369
attrMatcher:AttributeNameMatcher,
368
370
attrFilter:NoneAttrFilter,
369
371
attrComparer:SameResultAttrComparer
@@ -374,13 +376,15 @@ public void Test3()
374
376
results.ShouldBeEmpty();
375
377
}
376
378
377
-
[Fact(DisplayName="When comparer returns SkipAttributes from an element comparison, attributes are not compared")]
378
-
publicvoidTest4()
379
+
[Theory(DisplayName="When comparer returns SkipAttributes flag from an element comparison, attributes are not compared")]
0 commit comments