+pro #15406 Split up stream into testkit, tests and tck

This commit is contained in:
Björn Antonsson 2014-09-15 16:08:05 +02:00
parent f73bfc6da1
commit a902d079b0
130 changed files with 1 additions and 10 deletions

View file

@ -1,2 +0,0 @@
# override strange reference.conf setting in akka-stream test scope
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox

View file

@ -1,2 +0,0 @@
# override strange reference.conf setting in akka-stream test scope
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox

View file

@ -1,2 +0,0 @@
# override strange reference.conf setting in akka-stream test scope
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox

View file

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

View file

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

View file

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

View file

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