Package org.wildfly.clustering.function
Class BiPredicateTestCase
java.lang.Object
org.wildfly.clustering.function.BiPredicateTestCase
Unit test for
BiPredicate.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiPredicateTestCase
public BiPredicateTestCase()
-
-
Method Details
-
former
@Test public void former() -
latter
@Test public void latter() -
negate
@Test public void negate() -
and
@Test public void and() -
or
@Test public void or()
-