Class: MatchTestResult

MatchTestResult(caseName, algorithm, actualnullable, verdict)

The result for a match test case.

Constructor

new MatchTestResult(caseName, algorithm, actualnullable, verdict)

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

Classes

MatchTestResult