Zest is an easy-to-use unit testing tool based on Spring. It separates test data and test code, and automatically verifies the results of RMDB (SQL) and MongoDB.
Documentation
Demo
Download
License
Zest is released under the Apache 2.0 license.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.bookong |
| Идентификатор | Идентификаторzest-spring |
| Последняя версия | Последняя версия0.1.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеzest spring module
An easy-to-use database unit testing toolkit, support for Spring.
|
| Имя Файла | Размер |
|---|---|
| zest-spring-0.1.12.pom | |
| zest-spring-0.1.12.jar | 4 KB |
| zest-spring-0.1.12-sources.jar | 2 KB |
| zest-spring-0.1.12-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bookong/zest-spring/ -->
<dependency>
<groupId>com.github.bookong</groupId>
<artifactId>zest-spring</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bookong/zest-spring/
implementation 'com.github.bookong:zest-spring:0.1.12'
// https://jarcasting.com/artifacts/com.github.bookong/zest-spring/
implementation ("com.github.bookong:zest-spring:0.1.12")
'com.github.bookong:zest-spring:jar:0.1.12'
<dependency org="com.github.bookong" name="zest-spring" rev="0.1.12">
<artifact name="zest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bookong', module='zest-spring', version='0.1.12')
)
libraryDependencies += "com.github.bookong" % "zest-spring" % "0.1.12"
[com.github.bookong/zest-spring "0.1.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bookong : zest-core | jar | 0.1.12 |
| org.springframework : spring-test | jar | 3.2.2.RELEASE |
| org.springframework : spring-jdbc | jar | 3.2.2.RELEASE |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
Zest is an easy-to-use unit testing tool based on Spring. It separates test data and test code, and automatically verifies the results of RMDB (SQL) and MongoDB.
Zest is released under the Apache 2.0 license.