Last Version

OpenLib Test Utilities Library 1.0.0

testutils is a Java testing utility framework that provides common utility classes for simplifying the of writing unit and integration tests

License

License

GroupId

GroupId

org.chrisjaehnen.openlib
ArtifactId

ArtifactId

testutils
Version

Version

1.0.0
Type

Type

jar
Description

Description

OpenLib Test Utilities Library
testutils is a Java testing utility framework that provides common utility classes for simplifying the of writing unit and integration tests

Download testutils 1.0.0


<!-- 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"]

Dependencies

compile (3)

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

provided (6)

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

test (2)

Group / Artifact Type Version
org.easymock : easymock jar 3.2
org.unitils : unitils-core jar 3.4.1

Project Modules

There are no modules declared in this project.