Package org.wildfly.clustering.function
Class ConsumerTestCase
java.lang.Object
org.wildfly.clustering.function.ConsumerTestCase
Unit test for
Consumer.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsumerTestCase
public ConsumerTestCase()
-
-
Method Details
-
compose
@Test public void compose() -
empty
@Test public void empty() -
close
- Throws:
Exception
-
ofRunnable
@Test public void ofRunnable() -
andThen
@Test public void andThen() -
composite
@Test public void composite()
-