| Package | Description |
|---|---|
| io.vlingo.xoom.actors | |
| io.vlingo.xoom.actors.testkit |
| Modifier and Type | Method and Description |
|---|---|
<T> TestActor<T> |
Stage.testActorFor(Class<T> protocol,
Class<? extends Actor> type,
Object... parameters) |
<T> TestActor<T> |
Stage.testActorFor(Class<T> protocol,
Definition definition)
Answers the
TestActor<T>, T being the protocol, of the new created Actor that implements the protocol. |
TestActor<T> |
Stage.ActorProtocolActor.toTestActor() |
static TestActor<?>[] |
Stage.ActorProtocolActor.toTestActors(Stage.ActorProtocolActor<Object>[] all) |
| Modifier and Type | Method and Description |
|---|---|
<T> TestActor<T> |
TestWorld.actorFor(Class<T> protocol,
Class<? extends Actor> type,
Object... parameters) |
<T> TestActor<T> |
TestWorld.actorFor(Class<T> protocol,
Definition definition) |
Copyright © 2021. All rights reserved.