CircuitReceiveTurbine
A Circuit-specific extension to ReceiveTurbine with extra helper functions for Circuit testing.
This implementation of ReceiveTurbine slightly alters the behavior of awaitItem by only emitting items that are different from the previously emitted item.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Awaits the next item and asserts that it is unchanged from the previous emission. Essentially this is a sort of escape-hatch from the altered "distinct until changed" behavior of awaitItem in this implementation and can be used to more or less assert no change in state after the next recomposition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard