moved tests from akka-actor to new module akka-actor-tests to fix circular dependencies between testkit and akka-actor
This commit is contained in:
parent
71a32c719a
commit
0abf51d878
41 changed files with 14 additions and 11 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package akka.japi
|
||||
|
||||
import org.scalatest.junit.JUnitSuite
|
||||
|
||||
class JavaAPITest extends JavaAPITestBase with JUnitSuite
|
||||
Loading…
Add table
Add a link
Reference in a new issue