ribs_test_core
Test matchers for ribs_core types.
Provides isLeft, isRight, isSome, isNone, isValid, isInvalid, and isValidNel matchers for use with package:test.
Functions
| Function | Description |
|---|---|
| isInvalid | Returns a Matcher that matches an Invalid value. |
| isLeft | Returns a Matcher that matches a Left value. |
| isNone | Returns a Matcher that matches a None value. |
| isRight | Returns a Matcher that matches a Right value. |
| isSome | Returns a Matcher that matches a Some value. |
| isValid | Returns a Matcher that matches a Valid value. |
| isValidNel | Returns a Matcher that matches a Valid value for a ValidatedNel. |