Class BinaryOperatorTestCase

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

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

    • BinaryOperatorTestCase

      public BinaryOperatorTestCase()
  • Method Details

    • test

      @Test public void test()
    • of

      @Test public void of()
    • andThen

      @Test public void andThen()
    • compose

      @Test public void compose()
    • composeUnary

      @Test public void composeUnary()
    • reverse

      @Test public void reverse()
    • withDefault

      @Test public void withDefault()
    • orDefault

      @Test public void orDefault()