Class BiFunctionTestCase

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

public class BiFunctionTestCase extends Object
Unit test for BiFunction.
Author:
Paul Ferraro
  • Constructor Details

    • BiFunctionTestCase

      public BiFunctionTestCase()
  • Method Details

    • empty

      @Test public void empty()
    • of

      @Test public void of()
    • get

      @Test public void get()
    • formerValue

      @Test public void formerValue()
    • latterValue

      @Test public void latterValue()
    • formerFunction

      @Test public void formerFunction()
    • latterFunction

      @Test public void latterFunction()
    • andThen

      @Test public void andThen()
    • compose

      @Test public void compose()
    • reverse

      @Test public void reverse()
    • withDefault

      @Test public void withDefault()
    • orDefault

      @Test public void orDefault()