Merge master into tame-globals branch
This commit is contained in:
commit
317b8bc03b
60 changed files with 2079 additions and 1696 deletions
|
|
@ -10,17 +10,12 @@ import static org.junit.Assert.*;
|
|||
public class JavaAPI {
|
||||
|
||||
private AkkaApplication app = new AkkaApplication();
|
||||
|
||||
|
||||
@Test void mustBeAbleToUseUntypedActor() {
|
||||
final RemoteSupport remote = app.remote();
|
||||
assertNotNull(remote);
|
||||
}
|
||||
|
||||
@Test void mustInteractWithActorRegistry() {
|
||||
final ActorRegistry registry = app.registry();
|
||||
assertNotNull(registry);
|
||||
}
|
||||
|
||||
@Test void mustBeAbleToCreateActorRefFromClass() {
|
||||
ActorRef ref = app.createActor(JavaAPITestActor.class);
|
||||
assertNotNull(ref);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue