Javadoc.
This commit is contained in:
parent
4f059ec8e1
commit
51ad9f989d
|
@ -42,6 +42,9 @@ import org.junit.jupiter.api.TestFactory;
|
||||||
import org.junit.jupiter.api.function.Executable;
|
import org.junit.jupiter.api.function.Executable;
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests {@link Streams}.
|
||||||
|
*/
|
||||||
public class StreamsTest {
|
public class StreamsTest {
|
||||||
|
|
||||||
protected <T extends Throwable> FailableConsumer<String, T> asIntConsumer(final T pThrowable) {
|
protected <T extends Throwable> FailableConsumer<String, T> asIntConsumer(final T pThrowable) {
|
||||||
|
|
Loading…
Reference in New Issue