Registry / testing / akka-stream-testkit-2-12

akka-stream-testkit-2-12

JSON →
library2.8.8javamavenunverified

Testing utilities for Akka Streams, part of the Akka toolkit for building concurrent and distributed applications.

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

StreamTestKit
akka.stream.testkit.javadsl.StreamTestKit

Creates a StreamTestKit for testing Akka streams.

import akka.stream.testkit.javadsl.StreamTestKit; import akka.actor.ActorSystem; public class StreamTest { public static void main(String[] args) { ActorSystem system = ActorSystem.create(); StreamTestKit testKit = new StreamTestKit(system); System.out.println("Stream test kit created"); } }
Debug
Known issues
breakingAkka Stream TestKit for Scala 2.12 is only compatible with Scala 2.12 projects; mixing Scala versions causes runtime errors.
fix
Ensure your project uses Scala 2.12.x and the corresponding Akka version.
affects: *
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
akka-stream-testkit-2-12 — mvn dependency:get akka-stream-testkit-2-12 · libregistry