| Package | Description |
|---|---|
| ch.powerunit.collector |
Tester for
Collector. |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> CollectorTesterDSL0<T,?,R> |
CollectorTester.of(Class<T> inputClass,
Class<T> outputClass,
Collector<T,?,R> collectorToTest)
Return a builder to create a tester of
Collector. |
static <T,R> CollectorTesterDSL0<T,?,R> |
CollectorTester.of(Collector<T,?,R> collectorToTest)
Return a builder to create a tester of
Collector. |
Copyright © 2018 Powerunit. All rights reserved.