Registry / testing / akka-testkit-2-11

akka-testkit-2-11

JSON →
library2.5.32javamavenunverified

Akka TestKit provides utilities for testing actors and other Akka components.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-testkit_2.11</artifactId> <version>2.5.32</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-TESTKIT-2-11
A
akka-testkit-2-11
testingjavav2.5.32
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 write actor tests with JUnit.

import akka.testkit.TestKit; import akka.actor.ActorSystem; import org.junit.Test; public class ExampleTest extends TestKit { public ExampleTest() { super(ActorSystem.create()); } @Test public void testSomething() { // Test code here } }
Debug
Known issues
breakingAkka 2.5.x is outdated; consider upgrading to 2.6.x or later
fix
Use com.typesafe.akka:akka-testkit_2.13 or _3 for newer Scala versions.
affects: 2.5.x
Upgrade
Version history
2.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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