Class UnaryOperatorTestCase

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

public class UnaryOperatorTestCase extends Object
Unit test for Function.
Author:
Paul Ferraro
  • Constructor Details

    • UnaryOperatorTestCase

      public UnaryOperatorTestCase()
  • Method Details

    • compose

      @Test public void compose()
    • composeBinary

      @Test public void composeBinary()
    • empty

      @Test public void empty()
    • of

      @Test public void of()
    • withDefault

      @Test public void withDefault()
    • orDefault

      @Test public void orDefault()
    • entry

      @Test public void entry()