I'm trying to unit test my actor's handling of a "Terminated" message for a child actor. The code under test is something like this: case Terminated(termin
I have written a small application, but there is a problem that my app doesn't wait for my actors to stop, and stops them before their actions are completed. I
I'm trying to test determine that my actor spawned a child with the right parameters. There is testKit.expectEffect(Spawned(behavior,name,props)) But it's i