Registry / testing / akka-actor-testkit-typed-2-13

akka-actor-testkit-typed-2-13

JSON →
library2.8.8javamavenunverified

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-actor-testkit-typed_2.13</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-ACTOR-TESTKIT
A
akka-actor-testkit-typed-2-13
testingjavav2.8.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActorTestKit
akka.actor.testkit.typed.javadsl.ActorTestKit

Sets up an Akka Typed ActorTestKit for unit testing actors.

import akka.actor.testkit.typed.javadsl.ActorTestKit; import akka.actor.typed.ActorSystem; public class MyTest { private final ActorTestKit testKit = ActorTestKit.create(); @Test public void testActor() { // Use testKit to spawn and test actors testKit.shutdownTestKit(); } }
Debug
Known issues
breakingThe testkit version must match the Akka version used in the project; mismatches cause class loading errors.
fix
Use the same Akka version for all dependencies (e.g., 2.8.x).
affects: *
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
57 hits · last 30 days
node
48
Amazon
1
OpenAI (training)
1
Resources
akka-actor-testkit-typed-2-13 — mvn dependency:get akka-actor-testkit-typed-2-13 · libregistry