Contents

isPassing

Whether the expectation passed or failed.

Declaration

var isPassing: Bool

Discussion

An expectation is considered to pass when its condition evaluates to true. If it evaluates to false, it fails instead.