Contents

Issue.Kind.confirmationMiscounted(actual:expected:)

An issue due to a confirmation being confirmed the wrong number of times.

Declaration

indirect case confirmationMiscounted(actual: Int, expected: any RangeExpression & Sendable)

Parameters

Discussion

This issue can occur when calling confirmation(_:expectedCount:isolation:sourceLocation:_:) or confirmation(_:expectedCount:isolation:sourceLocation:_:) when the confirmation passed to these functions’ body closures is confirmed too few or too many times.