+pro #15406 Split up stream into testkit, tests and tck
This commit is contained in:
parent
f73bfc6da1
commit
a902d079b0
130 changed files with 1 additions and 10 deletions
|
|
@ -1,2 +0,0 @@
|
|||
# override strange reference.conf setting in akka-stream test scope
|
||||
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# override strange reference.conf setting in akka-stream test scope
|
||||
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# override strange reference.conf setting in akka-stream test scope
|
||||
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox
|
||||
|
|
@ -20,7 +20,6 @@ class MarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll with
|
|||
import system.dispatcher
|
||||
|
||||
val materializerSettings = MaterializerSettings(system)
|
||||
.withDispatcher("akka.test.stream-dispatcher")
|
||||
|
||||
implicit val materializer = FlowMaterializer(materializerSettings)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ class UnmarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll {
|
|||
import system.dispatcher
|
||||
|
||||
val materializerSettings = MaterializerSettings(system)
|
||||
.withDispatcher("akka.test.stream-dispatcher")
|
||||
|
||||
implicit val materializer = FlowMaterializer(materializerSettings)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ package akka.stream.tck
|
|||
import akka.actor.ActorSystem
|
||||
import akka.stream.FlowMaterializer
|
||||
import akka.stream.MaterializerSettings
|
||||
import akka.stream.Timeouts
|
||||
import akka.stream.scaladsl.Flow
|
||||
import akka.stream.testkit.AkkaSpec
|
||||
import org.reactivestreams.Publisher
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Copyright (C) 2014 Typesafe Inc. <http://www.typesafe.com>
|
||||
*/
|
||||
package akka.stream
|
||||
package akka.stream.tck
|
||||
|
||||
import akka.actor.ActorSystem
|
||||
import scala.concurrent.duration._
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue