Packages

package akka

Type Members

  1. trait AkkaPatienceConfigurationSupport extends PatienceConfiguration

    A trait that provides timeout setting integration of Akka Classic TestKit and ScalaTest

    A trait that provides timeout setting integration of Akka Classic TestKit and ScalaTest

    Overview

    The trait can be used with akka.testkit.TestKit or other Akka classic test kits such as ScalaTestRouteTest

    The timeout can be configured by akka.test.default-timeout in a configuration file.

  2. trait AkkaSpanScaleFactorSupport extends ScaledTimeSpans

    A trait that provides time scale factor integration of Akka TestKit and ScalaTest

    A trait that provides time scale factor integration of Akka TestKit and ScalaTest

    Overview

    The trait can be used with akka.testkit.TestKit or other Akka classic test kits such as ScalaTestRouteTest

    The time scale factor can be configured by akka.test.timefactor in a configuration file.

  3. abstract class ScalaTestWithClassicActorTestKit extends TestKit with TestSuite with BeforeAndAfterAll with ScalaFutures with Eventually with ImplicitSender with AkkaPatienceConfigurationSupport with AkkaSpanScaleFactorSupport

    A class that provides integration of ScalaTest and classic Akka TestKit

    A class that provides integration of ScalaTest and classic Akka TestKit

    Overview

    This class is inspired by ScalaTestWithActorTestKit

Ungrouped