bootique-jdbc-junit5: Common JUnit5-based helper classes for tests that require a database

Provides common abstarct JUnit5-based helper classes for tests that require a database. Users should import its "submodules" - "bootique-jdbc-junit5-derby" and "bootique-jdbc-junit5-testcontainers"

License

License

Categories

Categories

JUnit Unit Testing Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.jdbc
ArtifactId

ArtifactId

bootique-jdbc-junit5
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

bootique-jdbc-junit5: Common JUnit5-based helper classes for tests that require a database
Provides common abstarct JUnit5-based helper classes for tests that require a database. Users should import its "submodules" - "bootique-jdbc-junit5-derby" and "bootique-jdbc-junit5-testcontainers"
Project Organization

Project Organization

ObjectStyle LLC

Download bootique-jdbc-junit5

How to add to project

<!-- https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/ -->
<dependency>
    <groupId>io.bootique.jdbc</groupId>
    <artifactId>bootique-jdbc-junit5</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/
implementation 'io.bootique.jdbc:bootique-jdbc-junit5:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jdbc/bootique-jdbc-junit5/
implementation ("io.bootique.jdbc:bootique-jdbc-junit5:2.0.1")
'io.bootique.jdbc:bootique-jdbc-junit5:jar:2.0.1'
<dependency org="io.bootique.jdbc" name="bootique-jdbc-junit5" rev="2.0.1">
  <artifact name="bootique-jdbc-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jdbc', module='bootique-jdbc-junit5', version='2.0.1')
)
libraryDependencies += "io.bootique.jdbc" % "bootique-jdbc-junit5" % "2.0.1"
[io.bootique.jdbc/bootique-jdbc-junit5 "2.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
io.bootique.jdbc : bootique-jdbc jar 2.0.1
io.bootique : bootique-junit5 jar 2.0.1
io.bootique.jdbc : bootique-jdbc-liquibase-internal jar 2.0.1
org.apache.commons : commons-csv jar 1.3
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.9.0
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.
io.bootique.jdbc

Bootique Project

Bootique is a minimally opinionated platform for modern runnable Java apps

Versions

Version
2.0.1
2.0
2.0.RC1
2.0.M1
2.0.B1