Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Rework all Actor's tests #232

Open
terjokhin opened this issue Apr 23, 2018 · 1 comment
Open

Rework all Actor's tests #232

terjokhin opened this issue Apr 23, 2018 · 1 comment

Comments

@terjokhin
Copy link
Contributor

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.

@mike-aksarin
Copy link
Contributor

We also can get rid of TestKit usage if we use TestProbe

@terjokhin terjokhin removed their assignment Aug 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants