Class JUnit5TestKitBuilder
java.lang.Object
org.apache.pekko.actor.testkit.typed.javadsl.JUnit5TestKitBuilder
Deprecated.
Use JUnitJupiterTestKitBuilder instead. Since 2.0.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.com.typesafe.config.ConfigDeprecated.voidcustomConfig_$eq(com.typesafe.config.Config x$1) Deprecated.name()Deprecated.voidDeprecated.scala.Option<ActorSystem<?>>system()Deprecated.voidsystem_$eq(scala.Option<ActorSystem<?>> x$1) Deprecated.withCustomConfig(com.typesafe.config.Config customConfig) Deprecated.Deprecated.withSystem(ActorSystem<?> system) Deprecated.
-
Constructor Details
-
JUnit5TestKitBuilder
public JUnit5TestKitBuilder()Deprecated.
-
-
Method Details
-
build
Deprecated. -
customConfig
public com.typesafe.config.Config customConfig()Deprecated. -
customConfig_$eq
public void customConfig_$eq(com.typesafe.config.Config x$1) Deprecated. -
name
Deprecated. -
name_$eq
Deprecated. -
system
Deprecated. -
system_$eq
Deprecated. -
withCustomConfig
Deprecated. -
withName
Deprecated. -
withSystem
Deprecated.
-