Re-enable some Java tests not actually being run #22439
This commit is contained in:
parent
cdad50a034
commit
0de28daefc
5 changed files with 12 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue