Class LongConsumerTestCase

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

public class LongConsumerTestCase extends Object
Unit test for LongConsumer.
Author:
Paul Ferraro
  • Constructor Details

    • LongConsumerTestCase

      public LongConsumerTestCase()
  • Method Details

    • thenReturn

      @Test public void thenReturn()
    • when

      @Test public void when()
    • withDefault

      @Test public void withDefault()
    • compose

      @Test public void compose()
    • composeAsLong

      @Test public void composeAsLong()
    • composeBinary

      @Test public void composeBinary()
    • empty

      @Test public void empty()
    • andThen

      @Test public void andThen()
    • acceptAll

      @Test public void acceptAll()