Skip to content

Latest commit

 

History

History

junit-common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

junit-common

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

Additional Licensing Information

Part of this is based on code released by third parties

  • eu.coldrye.junit.diff.DiffPatchMatch, Apache 2.0 License

Usage

Maven

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

<dependency>
  <groupId>eu.coldrye.junit</groupId>
  <artifactId>junit-common</artifactId>
  <version>1.1.1</version>
</dependency>

References