-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
it'd be nice if there were a matcher to say that a number must be within a specific range, i.e.
this is mainly a convenience function as it can also be achieved like this: expect_that!(x, some(all!(ge(a), le(b))));
open point: should it be inclusive on both ends (
Metadata
Metadata
Assignees
Labels
No labels