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
I want to test some workflow with the messages, but inside one message receive I need to spawn remotely another actor.
Is it possible to mock this somehow, because I don't want to spawn the real actor in the test?
Before we implemented the remote spawn, I used the testkit and the testprobe, so it was easy... but now I have no clue how to get my test green.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I want to test some workflow with the messages, but inside one message receive I need to spawn remotely another actor.
Is it possible to mock this somehow, because I don't want to spawn the real actor in the test?
Before we implemented the remote spawn, I used the testkit and the testprobe, so it was easy... but now I have no clue how to get my test green.
Thanks a lot,
Dani
Beta Was this translation helpful? Give feedback.
All reactions