Constructor
new ExpectedDiff(editScriptnullable)
Construct a new ExpectedDiff instance.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
editScript |
EditScript |
<nullable> |
null | The proposed edit script. |
- Source:
Classes
Members
(constant, nullable) editScript :EditScript
The proposed edit script.
Type:
- Source:
Methods
values() → {Array.<String>}
Return an array of values to be inserted in the table containing the diff
evaluation results.
- Source:
Returns:
- Type
- Array.<String>