isPassing
Whether the expectation passed or failed.
Declaration
var isPassing: BoolDiscussion
An expectation is considered to pass when its condition evaluates to true. If it evaluates to false, it fails instead.
Whether the expectation passed or failed.
var isPassing: BoolAn expectation is considered to pass when its condition evaluates to true. If it evaluates to false, it fails instead.