Registry / testing / bootique-junit5

bootique-junit5

JSON →
library2.0.1javamavenunverified

Provides a test framework on top of Bootique.

<dependency> <groupId>io.bootique</groupId> <artifactId>bootique-junit5</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · BOOTIQUE-JUNIT5
B
bootique-junit5
testingjavav2.0.1
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.

BQTest
io.bootique.junit5.BQTest

Annotate a test class with @BQTest to use Bootique testing support

import io.bootique.junit5.BQTest; import org.junit.jupiter.api.Test; @BQTest public class MyTest { @Test void testSomething() { System.out.println("Bootique test running"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
bootique-junit5 — mvn dependency:get bootique-junit5 · libregistry