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:
Christopher Batey 2018-01-04 15:09:38 +00:00 committed by GitHub
parent c7cbebb534
commit bd2a3de88a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 716 additions and 836 deletions

View file

@ -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