* This can't go into 2.2.x since ScalaTest 1.9.2-SNAP2 has source incompatible changes and the dependecy in akka-multi-node-node-testkit would force people to upgrade.
5 lines
124 B
Scala
5 lines
124 B
Scala
package akka.japi
|
|
|
|
import org.scalatest.junit.JUnitSuiteLike
|
|
|
|
class JavaAPITest extends JavaAPITestBase with JUnitSuiteLike
|