Skip to content

ribs_core_test

Functions

FunctionDescription
isInvalidReturns a Matcher that matches an Invalid value.
isLeftReturns a Matcher that matches a Left value.
isNoneReturns a Matcher that matches a None value.
isRightReturns a Matcher that matches a Right value.
isSomeReturns a Matcher that matches a Some value.
isValidReturns a Matcher that matches a Valid value.
isValidNelReturns a Matcher that matches a Valid value for a ValidatedNel.