Package

akka.actor.testkit

typed

Permalink

package typed

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Effect extends AnyRef

    Permalink

    All tracked effects for the akka.actor.testkit.typed.scaladsl.BehaviorTestKit and akka.actor.testkit.typed.javadsl.BehaviorTestKit must extend this type.

    All tracked effects for the akka.actor.testkit.typed.scaladsl.BehaviorTestKit and akka.actor.testkit.typed.javadsl.BehaviorTestKit must extend this type.

    Factories/types for effects are available through akka.actor.testkit.typed.javadsl.Effects and akka.actor.testkit.typed.javadsl.Effects

    Not for user extension

    Annotations
    @DoNotInherit()
  2. sealed trait FishingOutcome extends AnyRef

    Permalink

    Not for user extension.

    Not for user extension.

    Instances are available from FishingOutcomes in the respective dsls: akka.actor.testkit.typed.scaladsl.FishingOutcomes and akka.actor.testkit.typed.javadsl.FishingOutcomes

    Annotations
    @DoNotInherit()
  3. final case class TE(message: String) extends RuntimeException with NoStackTrace with Product with Serializable

    Permalink

    Exception without stack trace to use for verifying exceptions in tests

  4. class TestException extends RuntimeException with NoStackTrace

    Permalink

    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.

  5. final class TestKitSettings extends AnyRef

    Permalink

Value Members

  1. object Effect

    Permalink
  2. object FishingOutcome

    Permalink
  3. object TestKitSettings

    Permalink
  4. package internal

    Permalink
  5. package javadsl

    Permalink
  6. package scaladsl

    Permalink

Ungrouped