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.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bookong |
| ArtifactId | ArtifactIdzest-spring |
| Last Version | Last Version0.1.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionzest spring module
An easy-to-use database unit testing toolkit, support for Spring.
|
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.