A comparison assertion, equivalent to JUnit's assertEquals.
Similar to ok(), but outputs both actual and expected values, making debugging much easier. Whenever you compare non-boolean values, use this instead of ok.
Arguments:
| actual | Object | |
|---|---|---|
| The actual result | ||
| expected | Object | |
| The expected result | ||
| message (Optional) | String | |
| A message to display with the assertion result | ||
