Registry / testing / bootique-test

bootique-test

JSON →
library2.0.1javamavenunverified

A test framework for Bootique applications, providing JUnit 4 support (deprecated since BQ 3.0.M1).

<dependency> <groupId>io.bootique</groupId> <artifactId>bootique-test</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · BOOTIQUE-TEST
B
bootique-test
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.

BQTestFactory
io.bootique.test.junit.BQTestFactory

JUnit 4 rule for Bootique application testing

import io.bootique.test.junit.BQTestFactory; import org.junit.Rule; import org.junit.Test; public class ExampleTest { @Rule public BQTestFactory factory = new BQTestFactory(); @Test public void testApp() { factory.app().run(); } }
Debug
Known issues
breakingDeprecated since Bootique 3.0.M1; JUnit 4 support is being phased out
fix
Migrate to Bootique 3.x testing with JUnit 5 or use Bootique 2.x
affects: >=2.0.0
Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
bootique-test — mvn dependency:get bootique-test · libregistry