expectedFulfillmentCount
The number of times Fulfill() must be called before the expectation is completely fulfilled.
Declaration
var expectedFulfillmentCount: Int { get set }Discussion
The value of expectedFulfillmentCount must be greater than 0. By default, expectations have an expectedFulfillmentCount of 1.