Skip to content

Latest commit

 

History

History

junit-testing-common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

junit-testing-common

This projects provides commonly used test code for junit-testing projects.

Usage

Maven

Include the following dependency in your pom and you are good to go

<dependency>
  <groupId>eu.coldrye.junit</groupId>
  <artifactId>junit-testing-common</artifactId>
  <version>1.0.2</version>
  <scope>test</scope>
</dependency>

References