Registry / testing / flakka-testkit-2-11

flakka-testkit-2-11

JSON →
library2.3-customjavamavenunverified

TestKit for the Flakka actor framework, a fork of Akka, compiled for Scala 2.11.

<dependency> <groupId>com.data-artisans</groupId> <artifactId>flakka-testkit_2.11</artifactId> <version>2.3-custom</version> </dependency>
INSTALL
IMPORT
SIG · FLAKKA-TESTKIT-2-1
F
flakka-testkit-2-11
testingjavav2.3-custom
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

Initialize a TestKit for actor testing.

import akka.testkit.TestKit; import akka.actor.ActorSystem; public class FlakkaTestExample extends TestKit { public FlakkaTestExample() { super(ActorSystem.create()); } public static void main(String[] args) { new FlakkaTestExample(); System.out.println("TestKit initialized"); } }
Debug
Known issues
gotchaFlakka is a fork of Akka; prefer Akka for community support and updates.
fix
Use com.typesafe.akka:akka-testkit_2.11 instead.
affects: >=2.3-custom
Upgrade
Version history
2.3-customlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flakka-testkit-2-11 — mvn dependency:get flakka-testkit-2-11 · libregistry