Package org.wildfly.clustering.function
Class BiFunctionTestCase
java.lang.Object
org.wildfly.clustering.function.BiFunctionTestCase
Unit test for
BiFunction.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiFunctionTestCase
public BiFunctionTestCase()
-
-
Method Details
-
test
@Test public void test() -
of
@Test public void of() -
get
@Test public void get() -
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()
-