Class: MergeTestResult

MergeTestResult(caseName, algorithm, actualnullable, verdict)

The result for a merge test case.

Constructor

new MergeTestResult(caseName, algorithm, actualnullable, verdict)

Construct a new MergeTestResult instance.
Parameters:
Name Type Attributes Description
caseName String The name of the corresponding merge test case.
algorithm String The name of the algorithm that produced the merge.
actual ActualMerge <nullable>
The actual merge produced by the algorithm. Null indicates failure.
verdict String The verdict for this merge result.
Source:

Classes

MergeTestResult