Re-enable some Java tests not actually being run #22439

This commit is contained in:
Johan Andrén 2017-03-02 11:55:03 +01:00 committed by Konrad `ktoso` Malawski
parent cdad50a034
commit 0de28daefc
5 changed files with 12 additions and 6 deletions

View file

@ -14,10 +14,11 @@ import akka.testkit.TestProbe;
import com.typesafe.config.ConfigFactory;
import docs.AbstractJavaTest;
import org.junit.ClassRule;
import org.junit.Test;
public class ParentChildTest {
public class ParentChildTest extends AbstractJavaTest {
@ClassRule
public static AkkaJUnitActorSystemResource actorSystemResource =
new AkkaJUnitActorSystemResource("TestKitDocTest",