public class ListAssert extends Object
| Constructor and Description |
|---|
ListAssert() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
listMatches(List<? extends T> info,
Consumer<T>... assertions) |
static <T> void |
listMatches(List<? extends T> info,
List<Consumer<T>> assertions) |
Copyright © 2019 Mulesoft. All rights reserved.