Scorex
Scorex copied to clipboard
Rework all Actor's tests
It's better to use TestProbe for testing purpose instead of self reference provided by default by akka test kit. With test probes test cases will be separated from each other, whereas self reference from test kit will receive all messages from all test cases of particular test class.
We also can get rid of TestKit usage if we use TestProbe