AssertAnyExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
assertAny(
bool condition(T element), [String? message]) → Iterable< T> -
Available on Iterable<
Asserts that any elements in this iterable meet a given condition. If not, an AssertionError is thrown.T> , provided by the AssertAnyExtension extension