License |
License |
---|---|
GroupId | GroupIdorg.ow2.xlcloud |
ArtifactId | ArtifactIdtest-utils |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ow2.xlcloud:test-utils
This module is provides the common test utils, mostly for junit.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
test-utils-1.0.0.pom | |
test-utils-1.0.0.jar | 3 KB |
test-utils-1.0.0-sources.jar | 1 KB |
test-utils-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/ -->
<dependency>
<groupId>org.ow2.xlcloud</groupId>
<artifactId>test-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/
implementation 'org.ow2.xlcloud:test-utils:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.xlcloud/test-utils/
implementation ("org.ow2.xlcloud:test-utils:1.0.0")
'org.ow2.xlcloud:test-utils:jar:1.0.0'
<dependency org="org.ow2.xlcloud" name="test-utils" rev="1.0.0">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.xlcloud', module='test-utils', version='1.0.0')
)
libraryDependencies += "org.ow2.xlcloud" % "test-utils" % "1.0.0"
[org.ow2.xlcloud/test-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.powermock : powermock-module-junit4 | jar | 1.4.12 |
org.powermock : powermock-api-mockito | jar | 1.4.12 |
org.jboss.arquillian.junit : arquillian-junit-container | jar | |
org.jboss.arquillian.container : arquillian-glassfish-embedded-3.1 | jar | 1.0.0.CR4 |
org.easytesting : fest-assert | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2 |