public static final class PersistentEntityTestDriver.Outcome<E,S> extends Object implements scala.Product, scala.Serializable
Constructor and Description |
---|
Outcome(List<E> events,
S state,
List<PersistentEntityTestDriver.SideEffect> sideEffects,
List<PersistentEntityTestDriver.Issue> issues) |
Modifier and Type | Method and Description |
---|---|
List<E> |
events() |
List<Object> |
getReplies()
The messages that were sent as replies using the context that is
passed as parameter to the command handler functions.
|
List<PersistentEntityTestDriver.Issue> |
issues() |
List<PersistentEntityTestDriver.SideEffect> |
sideEffects() |
S |
state() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Outcome(List<E> events, S state, List<PersistentEntityTestDriver.SideEffect> sideEffects, List<PersistentEntityTestDriver.Issue> issues)
public S state()
public List<PersistentEntityTestDriver.SideEffect> sideEffects()
public List<PersistentEntityTestDriver.Issue> issues()