Cizen.Test (Cizen v0.18.1) View Source
Conveniences for testing Cizen.
Link to this section Summary
Functions
Asserts that the block is finished in the given timeout.
Asserts that the effect is performed in the given timeout.
Ensures the given saga is finished.
Link to this section Functions
Asserts that the block is finished in the given timeout.
The default value of the timeout is 1000.
Asserts that the effect is performed in the given timeout.
The default value of the timeout is 100.
Specs
ensure_finished(Cizen.SagaID.t()) :: term()
Ensures the given saga is finished.