UInt
-
Returns whether given count matches countable case.
Declaration
Swift
public func matches(_ count: Int) -> BoolParameters
countGiven count
Return Value
true, if it is within boundaries, false otherwise
SwiftyMocky 3.5.0 Docs (95% documented)
Returns whether given count matches countable case.
Swift
public func matches(_ count: Int) -> Bool
count
|
Given count |
true, if it is within boundaries, false otherwise