Interface NodeMatcher

All Known Implementing Classes:
DefaultNodeMatcher, NewDifferenceEngine.CompareUnmatchedNodeMatcher

public interface NodeMatcher
Strategy that matches control and tests nodes for comparison.
  • Method Summary

    Modifier and Type
    Method
    Description
    match(Iterable<Node> controlNodes, Iterable<Node> testNodes)
    Matches control and test nodes against each other, returns the matching pairs.