TestAssertions
Provides versions of assertions from ZIO Test that use Equal, Ord, and Validation.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Makes a new assertion that requires a value equal the specified value.
Makes a new assertion that requires a value equal the specified value.
Attributes
Makes a new assertion that requires a validation failure satisfying a specified assertion.
Makes a new assertion that requires a validation failure satisfying a specified assertion.
Attributes
Makes a new assertion that requires the value be greater than the specified reference value.
Makes a new assertion that requires the value be greater than the specified reference value.
Attributes
Makes a new assertion that requires the value be greater than or equal to the specified reference value.
Makes a new assertion that requires the value be greater than or equal to the specified reference value.
Attributes
Makes a new assertion that requires the value be less than the specified reference value.
Makes a new assertion that requires the value be less than the specified reference value.
Attributes
Makes a new assertion that requires the value be less than or equal to the specified reference value.
Makes a new assertion that requires the value be less than or equal to the specified reference value.
Attributes
Makes a new assertion that requires a validation failure satisfying a specified assertion.
Makes a new assertion that requires a validation failure satisfying a specified assertion.