If the evaluation result is null then the string
"(null)" is used for performing the comparison.
<span concordion:assertEquals="myMethod()">(some expectation)</span>
| myMethod() Returns |
The Expectation | Outcome |
|---|---|---|
| null | (null) | SUCCESS |
| null | xyz | FAILURE |
| null | null | FAILURE |