Junit Database Cleaner Extension

Junit extension that helps to clean database before tests. Only PostgreSQL DB is supported yet.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

pro.vdshb
ArtifactId

ArtifactId

junit-db-cleaner-extension
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Junit Database Cleaner Extension
Junit extension that helps to clean database before tests. Only PostgreSQL DB is supported yet.

Download junit-db-cleaner-extension

How to add to project

<!-- https://jarcasting.com/artifacts/pro.vdshb/junit-db-cleaner-extension/ -->
<dependency>
    <groupId>pro.vdshb</groupId>
    <artifactId>junit-db-cleaner-extension</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/pro.vdshb/junit-db-cleaner-extension/
implementation 'pro.vdshb:junit-db-cleaner-extension:0.5'
// https://jarcasting.com/artifacts/pro.vdshb/junit-db-cleaner-extension/
implementation ("pro.vdshb:junit-db-cleaner-extension:0.5")
'pro.vdshb:junit-db-cleaner-extension:jar:0.5'
<dependency org="pro.vdshb" name="junit-db-cleaner-extension" rev="0.5">
  <artifact name="junit-db-cleaner-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.vdshb', module='junit-db-cleaner-extension', version='0.5')
)
libraryDependencies += "pro.vdshb" % "junit-db-cleaner-extension" % "0.5"
[pro.vdshb/junit-db-cleaner-extension "0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.5
com.zaxxer : HikariCP jar 3.3.1
org.junit.jupiter : junit-jupiter-api jar 5.4.2

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31

test (4)

Group / Artifact Type Version
com.willowtreeapps.assertk : assertk-jvm jar 0.16
ch.qos.logback : logback-classic jar 1.2.3
org.junit.jupiter : junit-jupiter jar 5.4.2
io.mockk : mockk jar 1.9.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.5
0.4
0.3