License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Data |
GroupId | GroupIdio.probedock.test |
ArtifactId | ArtifactIdjunitee-data-utils |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Java EE Data Utils
JUnit data utilities to manage data in a database when doing tests like API tests against an
application in application server.
|
Project URL |
Project URL |
Filename | Size |
---|---|
junitee-data-utils-3.1.0.pom | |
junitee-data-utils-3.1.0.jar | 26 KB |
junitee-data-utils-3.1.0-sources.jar | 17 KB |
junitee-data-utils-3.1.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.probedock.test/junitee-data-utils/ -->
<dependency>
<groupId>io.probedock.test</groupId>
<artifactId>junitee-data-utils</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.probedock.test/junitee-data-utils/
implementation 'io.probedock.test:junitee-data-utils:3.1.0'
// https://jarcasting.com/artifacts/io.probedock.test/junitee-data-utils/
implementation ("io.probedock.test:junitee-data-utils:3.1.0")
'io.probedock.test:junitee-data-utils:jar:3.1.0'
<dependency org="io.probedock.test" name="junitee-data-utils" rev="3.1.0">
<artifact name="junitee-data-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.probedock.test', module='junitee-data-utils', version='3.1.0')
)
libraryDependencies += "io.probedock.test" % "junitee-data-utils" % "3.1.0"
[io.probedock.test/junitee-data-utils "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
asm : asm-util | jar | 3.3.1 |
io.probedock.client : probedock-junit | jar | 0.3.0 |
org.eclipse.persistence : javax.persistence | jar | 2.1.0 |
org.eclipse.persistence : eclipselink | jar | 2.5.2-M1 |
org.mockito : mockito-all | jar | 1.9.5 |
org.powermock : powermock-module-junit4 | jar | 1.5.1 |
org.powermock : powermock-api-mockito | jar | 1.5.1 |