| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
elementsOf(Stream<?> stream)
|
static void |
validateWith(StreamProvider provider)
Applies a set of sets to test a stream respects the constraints defined by the interface.
|
public static List<Object> elementsOf(Stream<?> stream)
stream - the streampublic static void validateWith(StreamProvider provider)
provider - a StreamProvider that repeatedly provides the stream to testCopyright © 2019. All Rights Reserved.