NotEqual

constructor(expected: Any?, actual: Any?, message: String)(source)

Parameters

expected

The expected value in the comparison.

actual

The actual value found during the comparison.

message

A custom message explaining why the assertion failed.