Testing Utilities

A collection of utilities used during unit and integration testing.

License

License

GroupId

GroupId

com.crosstreelabs
ArtifactId

ArtifactId

testing
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Testing Utilities
A collection of utilities used during unit and integration testing.

Download testing

How to add to project

<!-- https://jarcasting.com/artifacts/com.crosstreelabs/testing/ -->
<dependency>
    <groupId>com.crosstreelabs</groupId>
    <artifactId>testing</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation 'com.crosstreelabs:testing:0.5.0'
// https://jarcasting.com/artifacts/com.crosstreelabs/testing/
implementation ("com.crosstreelabs:testing:0.5.0")
'com.crosstreelabs:testing:jar:0.5.0'
<dependency org="com.crosstreelabs" name="testing" rev="0.5.0">
  <artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crosstreelabs', module='testing', version='0.5.0')
)
libraryDependencies += "com.crosstreelabs" % "testing" % "0.5.0"
[com.crosstreelabs/testing "0.5.0"]

Dependencies

compile (25)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.dbunit : dbunit jar 2.5.0
org.flywaydb : flyway-core jar 3.0
org.hsqldb : hsqldb jar 2.3.2
org.hibernate : hibernate-entitymanager jar 4.3.6.Final
javax : javaee-api jar 7.0
com.google.inject.extensions : guice-servlet jar 3.0
com.google.inject.extensions : guice-persist jar 3.0
org.eclipse.jetty : jetty-server jar 9.2.3.v20140905
org.eclipse.jetty : jetty-plus jar 9.2.3.v20140905
org.eclipse.jetty : jetty-jndi jar 9.2.3.v20140905
org.eclipse.jetty : jetty-start jar 9.2.3.v20140905
org.eclipse.jetty : jetty-webapp jar 9.2.3.v20140905
org.eclipse.jetty : jetty-servlet jar 9.2.3.v20140905
org.eclipse.jetty : jetty-servlets jar 9.2.3.v20140905
org.eclipse.jetty : jetty-util jar 9.2.3.v20140905
org.eclipse.jetty : jetty-jsp jar 9.2.3.v20140905
org.jboss.resteasy : resteasy-guice jar 3.0.9.Final
org.jboss.resteasy : resteasy-jaxrs jar 3.0.9.Final
org.jboss.resteasy : resteasy-jsapi jar 3.0.9.Final
org.jboss.resteasy : resteasy-jackson-provider jar 3.0.9.Final
org.jboss.resteasy : resteasy-client jar 3.0.9.Final

test (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0