I'm trying to code some test cases for my actors, the problem is that some tests fail and I can't get a clue of why are they failing.
In a normal scenario my code is working fine (Without any tests), but for my tests I'm mocking some parts of the twitter4j library, which makes them somehow complicated.
The tests are failing and there is no more useful info about it.
Is there a way to log the received message with akka testkit and scalatest?