Contents

isStrict

A Boolean value that indicates whether the test reports an error if the expected failure doesn’t occur.

Declaration

var isStrict: Bool { get set }

Discussion

The default is true. Set this property to false to prevent the test from recording the unfilled expected failure as an issue.

See Also

Specifying Options