Registry / testing / infrautils-testutils

infrautils-testutils

JSON →
library7.1.12javamavenunverified

Test utilities for OpenDaylight infrastructure projects (odlparent-lite).

<dependency> <groupId>org.opendaylight.infrautils</groupId> <artifactId>infrautils-testutils</artifactId> <version>7.1.12</version> </dependency>
INSTALL
IMPORT
SIG · INFRAUTILS-TESTUTI
I
infrautils-testutils
testingjavav7.1.12
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.

LogRule
org.opendaylight.infrautils.testutils.LogRule

Use LogRule to capture logs in tests

import org.opendaylight.infrautils.testutils.LogRule; import org.junit.Rule; import org.junit.Test; public class MyTest { @Rule public LogRule logRule = new LogRule(); @Test public void test() { // test code } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.1.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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