AssertAllExtension<T> extension

on

Methods

assertAll(bool condition(T element), [String? message]) Iterable<T>
Asserts that all elements in this iterable meet a given condition. If not, an AssertionError is thrown.