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

    • map

      @Test public void map()
    • empty

      @Test public void empty()
    • close

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

      @Test public void ofRunnable()
    • andThen

      @Test public void andThen()
    • composite

      @Test public void composite()