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: