License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdpro.vdshb |
ArtifactId | ArtifactIdjunit-db-cleaner-extension |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunit Database Cleaner Extension
Junit extension that helps to clean database before tests. Only PostgreSQL DB is supported yet.
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
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 |