Class BiConsumerTestCase

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

public class BiConsumerTestCase extends Object
Unit test for BiConsumer.
Author:
Paul Ferraro
  • Constructor Details

    • BiConsumerTestCase

      public BiConsumerTestCase()
  • Method Details

    • empty

      @Test public void empty()
    • thenReturn

      @Test public void thenReturn()
    • throwing

      @Test public void throwing()
    • compose

      @Test public void compose()
    • composeUnary

      @Test public void composeUnary()
    • andThen

      @Test public void andThen()
    • reverse

      @Test public void reverse()
    • handle

      @Test public void handle()
    • composite

      @Test public void composite()
    • acceptFormer

      @Test public void acceptFormer()
    • acceptLatter

      @Test public void acceptLatter()
    • of

      @Test public void of()