| License |
License |
|---|---|
| GroupId | GroupIdorg.chrisjaehnen.openlib |
| ArtifactId | ArtifactIdtestutils |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionOpenLib Test Utilities Library
testutils is a Java testing utility framework that provides common utility classes for simplifying the of
writing unit and integration tests
|
| Filename | Size |
|---|---|
| testutils-1.0.0.pom | |
| testutils-1.0.0.jar | 3 KB |
| testutils-1.0.0-tests.jar | 5 KB |
| testutils-1.0.0-test-sources.jar | 1 KB |
| testutils-1.0.0-sources.jar | 2 KB |
| testutils-1.0.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/testutils/ -->
<dependency>
<groupId>org.chrisjaehnen.openlib</groupId>
<artifactId>testutils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/testutils/
implementation 'org.chrisjaehnen.openlib:testutils:1.0.0'
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/testutils/
implementation ("org.chrisjaehnen.openlib:testutils:1.0.0")
'org.chrisjaehnen.openlib:testutils:jar:1.0.0'
<dependency org="org.chrisjaehnen.openlib" name="testutils" rev="1.0.0">
<artifact name="testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chrisjaehnen.openlib', module='testutils', version='1.0.0')
)
libraryDependencies += "org.chrisjaehnen.openlib" % "testutils" % "1.0.0"
[org.chrisjaehnen.openlib/testutils "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| joda-time : joda-time | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
| org.slf4j : jul-to-slf4j | jar | 1.7.7 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.7 |
| ch.qos.logback : logback-core | jar | 1.1.2 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.2 |
| org.unitils : unitils-core | jar | 3.4.1 |