Class DoubleConsumerTestCase

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

public class DoubleConsumerTestCase extends Object
Unit test for DoubleConsumer.
Author:
Paul Ferraro
  • Constructor Details

    • DoubleConsumerTestCase

      public DoubleConsumerTestCase()
  • Method Details

    • thenReturn

      @Test public void thenReturn()
    • when

      @Test public void when()
    • withDefault

      @Test public void withDefault()
    • compose

      @Test public void compose()
    • composeAsDouble

      @Test public void composeAsDouble()
    • composeBinary

      @Test public void composeBinary()
    • empty

      @Test public void empty()
    • andThen

      @Test public void andThen()
    • acceptAll

      @Test public void acceptAll()