package akka
Type Members
- 
      
      
      
        
      
    
      
        
        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 OverviewThe 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-timeoutin a configuration file.
- 
      
      
      
        
      
    
      
        
        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 OverviewThe 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.timefactorin a configuration file.
- 
      
      
      
        
      
    
      
        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 OverviewThis class is inspired by ScalaTestWithActorTestKit