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:
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.github.sdorra |
| Идентификатор | Идентификаторdatabase-unit |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdatabase-unit
JUnit rule to simplify database unit tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| database-unit-1.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sdorra/database-unit/ -->
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>database-unit</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdorra/database-unit/
implementation 'com.github.sdorra:database-unit:1.0.0'
// https://jarcasting.com/artifacts/com.github.sdorra/database-unit/
implementation ("com.github.sdorra:database-unit:1.0.0")
'com.github.sdorra:database-unit:pom:1.0.0'
<dependency org="com.github.sdorra" name="database-unit" rev="1.0.0">
<artifact name="database-unit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sdorra', module='database-unit', version='1.0.0')
)
libraryDependencies += "com.github.sdorra" % "database-unit" % "1.0.0"
[com.github.sdorra/database-unit "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.apache.derby : derby | jar | 10.7.1.1 |
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: