Class ActorSystemResource

java.lang.Object
org.junit.rules.ExternalResource
akka.http.javadsl.testkit.ActorSystemResource
All Implemented Interfaces:
org.junit.rules.TestRule

public class ActorSystemResource extends org.junit.rules.ExternalResource
  • Constructor Details

    • ActorSystemResource

      public ActorSystemResource(String name, com.typesafe.config.Config additionalConfig)
  • Method Details

    • after

      public void after()
      Overrides:
      after in class org.junit.rules.ExternalResource
    • before

      public void before()
      Overrides:
      before in class org.junit.rules.ExternalResource
    • config

      protected com.typesafe.config.Config config()
    • createSystem

      protected akka.actor.ActorSystem createSystem()
    • materializer

      public akka.stream.Materializer materializer()
    • system

      public akka.actor.ActorSystem system()