Typed async testkit (#24203)
* Typed async testkit * Pull out useful parts from internal TypedSpec into a public TestKit * Port internal tests to use the external testkit
This commit is contained in:
parent
c7cbebb534
commit
bd2a3de88a
44 changed files with 716 additions and 836 deletions
|
|
@ -5,7 +5,7 @@
|
|||
package akka.remote.serialization
|
||||
|
||||
import akka.actor._
|
||||
import akka.remote.{ MessageSerializer, RemoteScope, RemoteWatcher }
|
||||
import akka.remote.{ RemoteScope, RemoteWatcher }
|
||||
import akka.serialization.SerializationExtension
|
||||
import akka.testkit.AkkaSpec
|
||||
import com.typesafe.config.ConfigFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue