This commit is contained in:
Gary Gregory 2021-11-18 11:19:04 -05:00
parent 4f059ec8e1
commit 51ad9f989d
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ import org.junit.jupiter.api.TestFactory;
import org.junit.jupiter.api.function.Executable;
import org.xml.sax.SAXException;
/**
* Tests {@link Streams}.
*/
public class StreamsTest {
protected <T extends Throwable> FailableConsumer<String, T> asIntConsumer(final T pThrowable) {