Class ActorSystemResource
java.lang.Object
org.junit.rules.ExternalResource
org.apache.pekko.http.javadsl.testkit.ActorSystemResource
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class ActorSystemResource
extends org.junit.rules.ExternalResource
- 
Constructor SummaryConstructorsConstructorDescriptionActorSystemResource(String name, com.typesafe.config.Config additionalConfig) 
- 
Method SummaryMethods inherited from class org.junit.rules.ExternalResourceapply
- 
Constructor Details- 
ActorSystemResource
 
- 
- 
Method Details- 
afterpublic void after()- Overrides:
- afterin class- org.junit.rules.ExternalResource
 
- 
beforepublic void before()- Overrides:
- beforein class- org.junit.rules.ExternalResource
 
- 
configprotected com.typesafe.config.Config config()
- 
createSystemprotected org.apache.pekko.actor.ActorSystem createSystem()
- 
materializerpublic org.apache.pekko.stream.Materializer materializer()
- 
systempublic org.apache.pekko.actor.ActorSystem system()
 
-