Registry / testing / cxf-testutils

cxf-testutils

JSON →
library4.2.0javamavenunverified

Provides utility classes for testing Apache CXF web services.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-testutils</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-TESTUTILS
C
cxf-testutils
testingjavav4.2.0
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.

AbstractBusTestServerBase
org.apache.cxf.testutil.common.AbstractBusTestServerBase

Shows how to extend AbstractBusTestServerBase for CXF testing.

import org.apache.cxf.testutil.common.AbstractBusTestServerBase; public class Example extends AbstractBusTestServerBase { public static void main(String[] args) { Example server = new Example(); server.start(); System.out.println("Test server started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
cxf-testutils — mvn dependency:get cxf-testutils · libregistry