public TestCompositeKnot<State> extends CompositeKnot<State>
TestCompositeKnot is used for testing knot primes in isolation. Create test composition
knot, add a knot Prime to it you want to test and start testing it. In addition to standard
CompositeKnot functionality TestCompositeKnot lets you observe and emit actions.
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<java.lang.Object> |
getAction()
Actions observer to be used in tests.
|
io.reactivex.functions.Consumer<java.lang.Object> |
getActionConsumer()
Actions consumer to be used in tests.
|
compose, registerPrime