Package org.wildfly.clustering.function
Class BiConsumerTestCase
java.lang.Object
org.wildfly.clustering.function.BiConsumerTestCase
Unit test for
BiConsumer.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BiConsumerTestCase
public BiConsumerTestCase()
-
-
Method Details
-
empty
@Test public void empty() -
andThen
@Test public void andThen() -
reverse
@Test public void reverse() -
composite
@Test public void composite() -
former
@Test public void former() -
latter
@Test public void latter() -
compose
@Test public void compose()
-