Nerd4j Test

Testing utilities with JUnit.

License

License

GroupId

GroupId

org.nerd4j
ArtifactId

ArtifactId

nerd4j-test
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Nerd4j Test
Testing utilities with JUnit.
Project Organization

Project Organization

Nerd4j
Source Code Management

Source Code Management

https://github.com/nerd4j/nerd4j-test

Download nerd4j-test

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.nerd4j : nerd4j-core jar 1.1.0
org.slf4j : slf4j-api jar 1.7.2
junit : junit jar 4.11
org.springframework : spring-test Optional jar 3.0.6.RELEASE
org.springframework : spring-tx Optional jar 3.0.6.RELEASE

Project Modules

There are no modules declared in this project.

nerd4j-test

This library contains utility classes to facilitate writing tests using JUnit.

Content of this library

Currently this class contains a class hierarchy that provides:

  • clean and pretty logging messages using the TestWatcher facility;
  • the integration with the Spring framework providing an easy way for writing JUnit tests that load the Spring Context and allow to enable the transactional environment.

This library is also available on Maven Central [here] (http://search.maven.org/#artifactdetails|org.nerd4j|nerd4j-test|1.1.0|jar "Maven Central: nerd4j-test") and can be used with the following dependecy declaration:

<dependency>
 <groupId>org.nerd4j</groupId>
 <artifactId>nerd4j-test</artifactId>
 <version>1.1.0</version>
</dependency>

Versions

Version
1.1.0
1.0.0