Registry / testing / k3po-junit

k3po-junit

JSON →
library5.0.6javamavenunverified

JUnit integration for K3PO, a network protocol testing framework that enables scripted interaction with network services.

<dependency> <groupId>org.kaazing</groupId> <artifactId>k3po.junit</artifactId> <version>5.0.6</version> </dependency>
INSTALL
IMPORT
SIG · K3PO-JUNIT
K
k3po-junit
testingjavav5.0.6
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.

Specification
org.kaazing.k3po.junit.annotation.Specification

Using K3PO JUnit rule to run a protocol test script.

import org.junit.Test; import org.junit.runner.RunWith; import org.kaazing.k3po.junit.annotation.Specification; import org.kaazing.k3po.junit.rules.K3poRule; @RunWith(K3poRule.class) public class MyTest { @Test @Specification("path/to/script") public void testProtocol() { // Test logic } }
Debug
Known issues
breakingK3PO requires a separate K3PO driver or robot to execute scripts; not standalone.
fix
Ensure K3PO dependencies and a running K3PO robot are configured.
affects: all
Upgrade
Version history
5.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
k3po-junit — mvn dependency:get k3po-junit · libregistry