package typed
- Alphabetic
- Public
- Protected
Type Members
- final case class CapturedLogEvent(level: Level, message: String, cause: Option[Throwable], marker: Option[Marker]) extends Product with Serializable
Representation of a Log Event issued by a pekko.actor.typed.Behavior when testing with pekko.actor.testkit.typed.scaladsl.BehaviorTestKit or pekko.actor.testkit.typed.javadsl.BehaviorTestKit.
- abstract class Effect extends AnyRef
All tracked effects for the pekko.actor.testkit.typed.scaladsl.BehaviorTestKit and pekko.actor.testkit.typed.javadsl.BehaviorTestKit must extend this type.
All tracked effects for the pekko.actor.testkit.typed.scaladsl.BehaviorTestKit and pekko.actor.testkit.typed.javadsl.BehaviorTestKit must extend this type.
Factories/types for effects are available through pekko.actor.testkit.typed.javadsl.Effects and pekko.actor.testkit.typed.javadsl.Effects
Not for user extension
- Annotations
- @DoNotInherit()
- sealed trait FishingOutcome extends AnyRef
Not for user extension.
Not for user extension.
Instances are available from
FishingOutcomes
in the respective dsls: pekko.actor.testkit.typed.scaladsl.FishingOutcomes and pekko.actor.testkit.typed.javadsl.FishingOutcomes- Annotations
- @DoNotInherit()
- final case class LoggingEvent(level: Level, loggerName: String, threadName: String, message: String, timeStamp: Long, marker: Option[Marker], throwable: Option[Throwable], mdc: Map[String, String]) extends Product with Serializable
Representation of logging event when testing with pekko.actor.testkit.typed.scaladsl.LoggingTestKit or pekko.actor.testkit.typed.javadsl.LoggingTestKit.
- final case class TestException(message: String) extends RuntimeException with NoStackTrace with Product with Serializable
A predefined exception that can be used in tests.
A predefined exception that can be used in tests. It doesn't include a stack trace.
- final class TestKitSettings extends AnyRef
Value Members
- object CapturedLogEvent extends Serializable
- object Effect
- object FishingOutcome
- object LoggingEvent extends Serializable
- object TestKitSettings