Registry / testing / tracee-testhelper

tracee-testhelper

JSON →
library1.2.0javamavenunverified

Provides test utilities and helpers for the Tracee framework, which enables distributed tracing in Java applications.

<dependency> <groupId>io.tracee</groupId> <artifactId>tracee-testhelper</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · TRACEE-TESTHELPER
T
tracee-testhelper
testingjavav1.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.

TraceeTestRule
io.tracee.testhelper.TraceeTestRule

Uses TraceeTestRule JUnit rule to set up tracing context in tests.

import io.tracee.testhelper.TraceeTestRule; import org.junit.Rule; import org.junit.Test; public class MyTest { @Rule public TraceeTestRule rule = new TraceeTestRule(); @Test public void testTracing() { // test logic } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tracee-testhelper — mvn dependency:get tracee-testhelper · libregistry