Class FunctionalCheckedExceptionWrappersTest

java.lang.Object
it.tidalwave.util.FunctionalCheckedExceptionWrappersTest

public class FunctionalCheckedExceptionWrappersTest extends Object
  • Constructor Details Link icon

    • FunctionalCheckedExceptionWrappersTest Link icon

      public FunctionalCheckedExceptionWrappersTest()
  • Method Details Link icon

    • test_function_wrapper Link icon

      public void test_function_wrapper()
    • test_function_wrapper_with_exception Link icon

      public void test_function_wrapper_with_exception()
    • test_consumer_wrapper Link icon

      public void test_consumer_wrapper()
    • test_consumer_wrapper_with_exception Link icon

      public void test_consumer_wrapper_with_exception()
    • test_supplier_wrapper Link icon

      public void test_supplier_wrapper()
    • test_supplier_wrapper_with_exception Link icon

      public void test_supplier_wrapper_with_exception()
    • test_predicate_wrapper Link icon

      public void test_predicate_wrapper()
    • test_predicate_wrapper_with_exception Link icon

      public void test_predicate_wrapper_with_exception()
    • test_with_Stream Link icon

      public void test_with_Stream()
    • test_with_Stream_with_exception Link icon

      public void test_with_Stream_with_exception()
    • must_not_wrap_RuntimeException Link icon

      public void must_not_wrap_RuntimeException()
    • must_wrap_checked_exceptions Link icon

      public void must_wrap_checked_exceptions()
    • must_wrap_IOException_with_UncheckedIOException Link icon

      public void must_wrap_IOException_with_UncheckedIOException()