Registry / testing / bootique-jdbc-junit5-derby

bootique-jdbc-junit5-derby

JSON →
library2.0.1javamavenunverified

Provides JUnit5-based helper classes for unit tests using in-memory Derby DB.

<dependency> <groupId>io.bootique.jdbc</groupId> <artifactId>bootique-jdbc-junit5-derby</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · BOOTIQUE-JDBC-JUNI
B
bootique-jdbc-junit5-derby
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.

DerbyTester
io.bootique.jdbc.junit5.derby.DerbyTester

Creates a DerbyTester for in-memory Derby database testing.

import io.bootique.jdbc.junit5.derby.DerbyTester; import org.junit.jupiter.api.Test; public class QuickstartTest { @Test public void testDerby() { DerbyTester tester = DerbyTester.create(); tester.getConnection(); // Use connection for testing } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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