An akka-testkit question.
Could some one advise on how do I validate that actor 'A' when received message x, has responded with two messages - y and z.
Messages x,y,z are all of different types.
I don't see any suitable 'expect*' function that would support such tests.
p.s Code examples in Scala please. Thanks.