Re: [akka-user] Re: Unit test akka persistence against the inmem journal

2016-07-27 Thread Akka Team
Did you consider just restarting the persistent actor and observing that it reaches the right state? You could in fact even start a completely different actor with the same persistenceId and just collect the replayed events for inspection. -- Johan On Tue, Jul 26, 2016 at 10:12 PM, Paweł Kaczor

[akka-user] Re: Unit test akka persistence against the inmem journal

2016-07-26 Thread Paweł Kaczor
This could be helpful: https://github.com/pawelkaczor/akka-ddd/blob/master/akka-ddd-test/src/test/scala/pl/newicom//test/dummy/DummyOfficeSpec.scala -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/addition