Package it.tidalwave.util
Class FunctionalCheckedExceptionWrappersTest
- java.lang.Object
-
- it.tidalwave.util.FunctionalCheckedExceptionWrappersTest
-
public class FunctionalCheckedExceptionWrappersTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FunctionalCheckedExceptionWrappersTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
must_not_wrap_RuntimeException()
void
must_wrap_checked_exceptions()
void
must_wrap_IOException_with_UncheckedIOException()
void
test_consumer_wrapper()
void
test_consumer_wrapper_with_exception()
void
test_function_wrapper()
void
test_function_wrapper_with_exception()
void
test_predicate_wrapper()
void
test_predicate_wrapper_with_exception()
void
test_supplier_wrapper()
void
test_supplier_wrapper_with_exception()
void
test_with_Stream()
void
test_with_Stream_with_exception()
-
-
-
Method Detail
-
test_function_wrapper
public void test_function_wrapper()
-
test_function_wrapper_with_exception
public void test_function_wrapper_with_exception()
-
test_consumer_wrapper
public void test_consumer_wrapper()
-
test_consumer_wrapper_with_exception
public void test_consumer_wrapper_with_exception()
-
test_supplier_wrapper
public void test_supplier_wrapper()
-
test_supplier_wrapper_with_exception
public void test_supplier_wrapper_with_exception()
-
test_predicate_wrapper
public void test_predicate_wrapper()
-
test_predicate_wrapper_with_exception
public void test_predicate_wrapper_with_exception()
-
test_with_Stream
public void test_with_Stream()
-
test_with_Stream_with_exception
public void test_with_Stream_with_exception()
-
must_not_wrap_RuntimeException
public void must_not_wrap_RuntimeException()
-
must_wrap_checked_exceptions
public void must_wrap_checked_exceptions()
-
must_wrap_IOException_with_UncheckedIOException
public void must_wrap_IOException_with_UncheckedIOException()
-
-