Class IntPredicateTestCase

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

public class IntPredicateTestCase extends Object
Unit test for IntPredicate.
Author:
Paul Ferraro
  • Constructor Details

    • IntPredicateTestCase

      public IntPredicateTestCase()
  • Method Details

    • test

      @Test public void test()
    • equalTo

      @Test public void equalTo()
    • lessThan

      @Test public void lessThan()
    • greaterThan

      @Test public void greaterThan()
    • negate

      @Test public void negate()
    • compose

      @Test public void compose()
    • composeDouble

      @Test public void composeDouble()
    • composeInt

      @Test public void composeInt()
    • composeLong

      @Test public void composeLong()
    • xor

      @Test public void xor()