Class: ExpectedMatching

ExpectedMatching()

A set of rules that define the expected result of a match test case. All nodes are addressed by their ID, i.e. their position in the pre-order traversal of a process tree.

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

ExpectedMatching

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: