Constructor
new ExpectedMatching()
Create an empty ExpectedMatch instance.
The properties are are set through Object.assign() using an
expected.json file found in a match test case directory.
- Source:
Classes
Members
(constant) matches
A list of required matches.
- Source:
(constant) newMatched :Array.<Number>
A list of new nodes that should be matched.
Type:
- Array.<Number>
- Source:
(constant) notMatches
A list of forbidden matches.
- Source:
(constant) notNewMatched :Array.<Number>
A list of new nodes that should not be matched.
Type:
- Array.<Number>
- Source:
(constant) notOldMatched :Array.<Number>
A list of old nodes that should not be matched.
Type:
- Array.<Number>
- Source:
(constant) oldMatched :Array.<Number>
A list of old nodes that should be matched.
Type:
- Array.<Number>
- Source: