Last Version

JPA JUnit5 - Extension Parent 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-parent
Version

Version

1.1
Type

Type

pom
Description

Description

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

Project URL

https://github.com/jlmc/jpa-junit5-extensions
Source Code Management

Source Code Management

https://github.com/jlmc/jpa-junit5-extensions

Download jpa-junit5-parent 1.1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jpa-junit5-extension