You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to test a process manager produces the correct commands and state?
Use the process manager's handle/2 and apply/2 functions directly by reducing a list of one or more domain events. The resultant list of commands and process manager state can then be asserted on.
How to test a process manager produces the correct commands and state?
Use the process manager's
handle/2
andapply/2
functions directly by reducing a list of one or more domain events. The resultant list of commands and process manager state can then be asserted on.This type of test can be run
using async: true
and will be very quick to execute as it does no IO.The text was updated successfully, but these errors were encountered: