Unit Tests Extensions
Experimental support for persistence layer unit testing using separated test database.
License |
License
The Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.js-lib |
ArtifactId | ArtifactIdjs-unit |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUnit Tests Extensions
Experimental support for persistence layer unit testing using separated test database.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
js-unit-1.2.1.pom | |
js-unit-1.2.1.jar | 53 KB |
js-unit-1.2.1-sources.jar | 30 KB |
js-unit-1.2.1-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-unit/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-unit</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-unit/
implementation 'com.js-lib:js-unit:1.2.1'
// https://jarcasting.com/artifacts/com.js-lib/js-unit/
implementation ("com.js-lib:js-unit:1.2.1")
'com.js-lib:js-unit:jar:1.2.1'
<dependency org="com.js-lib" name="js-unit" rev="1.2.1">
<artifact name="js-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-unit', version='1.2.1')
)
libraryDependencies += "com.js-lib" % "js-unit" % "1.2.1"
[com.js-lib/js-unit "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Experimental support for persistence layer unit testing using separated test database.