Last Version

JPA JUnit5 - Extension 1.1

This extension allow you to run Jpa integration tests without having to start any EntityManagerFactory for each test class.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.jlmc
ArtifactId

ArtifactId

jpa-junit5-extension
Version

Version

1.1
Type

Type

jar
Description

Description

JPA JUnit5 - Extension
This extension allow you to run Jpa integration tests without having to start any EntityManagerFactory for each test class.

Download jpa-junit5-extension 1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api Optional jar 5.6.2

provided (1)

Group / Artifact Type Version
javax.persistence : javax.persistence-api jar 2.2

Project Modules

There are no modules declared in this project.