DbSetup Extension Annotations for JUnit5

JUnit5 extension annotations for DbSetup

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.isengrim613
ArtifactId

ArtifactId

junit5-dbsetup-annotations
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

DbSetup Extension Annotations for JUnit5
JUnit5 extension annotations for DbSetup
Project URL

Project URL

https://github.com/isengrim613/junit5-dbsetup-annotations
Source Code Management

Source Code Management

https://github.com/isengrim613/junit5-dbsetup-annotations

Download junit5-dbsetup-annotations

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
com.ninja-squad : DbSetup jar 2.1.0

test (5)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.21.0
org.assertj : assertj-core jar 3.11.1
org.junit.jupiter : junit-jupiter-params jar 5.2.0
com.h2database : h2 jar 1.4.197
com.zaxxer : HikariCP jar 3.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.0