T - public abstract class ListMatcher<T> extends Object implements org.mockito.ArgumentMatcher<List<T>>
| Constructor and Description |
|---|
ListMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
evaluateStream(Stream<T> stream) |
boolean |
matches(List<T> argument) |
Copyright © 2017. All rights reserved.