Update to ScalaTest 3.1.0, fix #28289.
This commit is contained in:
parent
4749b11be8
commit
d9ed927df0
305 changed files with 702 additions and 656 deletions
|
|
@ -6,14 +6,10 @@ package docs.dispatcher
|
|||
|
||||
import language.postfixOps
|
||||
|
||||
import org.scalatest.{ BeforeAndAfterAll, WordSpec }
|
||||
import org.scalatest.Matchers
|
||||
import akka.testkit.AkkaSpec
|
||||
import akka.event.Logging
|
||||
import akka.event.LoggingAdapter
|
||||
import akka.actor._
|
||||
import docs.dispatcher.DispatcherDocSpec.MyBoundedActor
|
||||
import akka.dispatch.RequiresMessageQueue
|
||||
|
||||
object DispatcherDocSpec {
|
||||
val javaConfig = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue