Registry / testing / akka-testkit-2-13

akka-testkit-2-13

JSON →
library2.8.8javamavenunverified

Testing utilities for Akka actor systems in Scala 2.13.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-testkit_2.13</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-TESTKIT-2-13
A
akka-testkit-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.

TestKit
akka.testkit.TestKit

Extends TestKit to create an actor system for testing.

import akka.testkit.TestKit; import akka.actor.ActorSystem; public class Example extends TestKit { public Example() { super(ActorSystem.create()); } public static void main(String[] args) { Example example = new Example(); System.out.println("TestKit initialized"); } }
Debug
Known issues
breakingAkka 2.8.x requires Java 11+; older Java versions cause runtime errors.
fix
Upgrade to Java 11 or later.
affects: >=2.8.0
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
40
OpenAI (training)
1
Resources
akka-testkit-2-13 — mvn dependency:get akka-testkit-2-13 · libregistry