Registry / testing / akka-http-testkit-2-13

akka-http-testkit-2-13

JSON →
library10.5.3javamavenunverified

Akka HTTP TestKit provides utilities for testing HTTP server and client implementations.

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

JUnitRouteTest
akka.http.javadsl.testkit.JUnitRouteTest

Extend JUnitRouteTest to test Akka HTTP routes

import akka.http.javadsl.testkit.JUnitRouteTest; import akka.http.javadsl.server.Route; public class MyTest extends JUnitRouteTest { Route route = path("hello", () -> complete("world")); }
Debug
Known issues
breakingAkka HTTP 10.5.x requires Akka 2.8.x; incompatible with older Akka versions.
fix
Ensure compatible Akka version is used.
affects: >=10.5.0
Upgrade
Version history
10.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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