Returns an assert result that is the logical conjunction of all of the assert results in the specified collection.
Constructs an assert result that is the logical conjunction of two assert results.
Returns an assert result that is the logical disjunction of all of the assert results in the specified collection succeed.
Combines a collection of assert results to create a single assert result that succeeds if all of the assert results succeed.
Constructs a failed assert result with the specified value.
Applies the function f to each element of the Iterable[A] to produce
a collection of assert results, then combines all of those assert results
to create a single assert result that is the logical conjunction of all of
the assert results.
Constructs an assert result that is the logical disjunction of two assert results.
Constructs a successful assert result with the specified value.
An assert result with the unit value.
Constructs an assert result with the specified value.