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

Link to this macro

assert_handle(timeout \\ 2000, func)

View Source (macro)

Asserts that the block is finished in the given timeout.

The default value of the timeout is 1000.

Link to this macro

assert_perform(timeout \\ 100, effect)

View Source (macro)

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.