Class FunctionalCheckedExceptionWrappersTest


  • public class FunctionalCheckedExceptionWrappersTest
    extends java.lang.Object
    • Constructor Detail

      • FunctionalCheckedExceptionWrappersTest

        public FunctionalCheckedExceptionWrappersTest()
    • 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()