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
|
|
@ -4,6 +4,7 @@
|
|||
package docs.testkit;
|
||||
|
||||
//#fullsample
|
||||
import docs.AbstractJavaTest;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Assert;
|
||||
import org.junit.BeforeClass;
|
||||
|
|
@ -16,7 +17,7 @@ import akka.actor.AbstractActor;
|
|||
import akka.testkit.JavaTestKit;
|
||||
import scala.concurrent.duration.Duration;
|
||||
|
||||
public class TestKitSampleTest {
|
||||
public class TestKitSampleTest extends AbstractJavaTest {
|
||||
|
||||
public static class SomeActor extends AbstractActor {
|
||||
ActorRef target = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue