jpa-unit

JUnit rule to simplify database unit tests.

Лицензия

Лицензия

Группа

Группа

com.github.sdorra
Идентификатор

Идентификатор

jpa-unit
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jpa-unit
JUnit rule to simplify database unit tests.

Скачать jpa-unit

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
com.github.sdorra : jdbc-unit jar 1.0.0
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.0.Final
junit : junit jar 4.11
org.slf4j : slf4j-api jar 1.7.7
org.apache.derby : derby jar 10.7.1.1

test (1)

Идентификатор библиотеки Тип Версия
org.hibernate : hibernate-entitymanager jar 4.3.1.Final

Модули Проекта

Данный проект не имеет модулей.

database-unit

database-unit simplify unit tests with databases. The database-unit modules provide junit rules, which are starting an in-memory database (namely apache derby) for unit testing.

##Modules:

Версии библиотеки

Версия
1.0.0