Ejemplo n.º 1
0
 /// <summary>
 /// Use the given <see cref="INodeMatcher"/> when comparing.
 /// </summary>
 /// <param name="nodeMatcher">INodeMatcher to use</param>
 public CompareConstraint WithNodeMatcher(INodeMatcher nodeMatcher)
 {
     diffBuilder.WithNodeMatcher(nodeMatcher);
     return(this);
 }