Class ConsumerTestCase

java.lang.Object
org.wildfly.clustering.function.ConsumerTestCase

public class ConsumerTestCase extends Object
Unit test for Consumer.
Author:
Paul Ferraro
  • Constructor Details

    • ConsumerTestCase

      public ConsumerTestCase()
  • Method Details

    • thenReturn

      @Test public void thenReturn()
    • when

      @Test public void when()
    • withDefault

      @Test public void withDefault()
    • throwing

      @Test public void throwing()
    • compose

      @Test public void compose()
    • composeBinary

      @Test public void composeBinary()
    • empty

      @Test public void empty()
    • handle

      @Test public void handle()
    • close

      @Test public void close() throws Exception
      Throws:
      Exception
    • ofRunnable

      @Test public void ofRunnable()
    • andThen

      @Test public void andThen()
    • acceptAll

      @Test public void acceptAll()