Skip to content

trajano/commons-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commons Testing

This project sets up the organizational standard testing libraries and utilities. The focus of this library is unit testing. Integration testing with tools such as Selenium is out of scope of this project.

Normally, library versions are dependent on the project, but testing code tends to have several common functions that are not available in other popular projects such as JUnit, Mockito or Apache Commons. However, like Mockito and Selenium, this project does not introduce any dependency to the project.

This project implements the following utilities:

The SSL certificate check bypass code can also be used to bypass certificate checks in JAX-RS.

From version 2.0.0 and above, Java 7 is required for the library to function. The older version of this artifact which works with Java 6 can be obtained with the following dependency.

<dependency>
    <groupId>net.trajano.commons</groupId>
    <artifactId>commons-testing</artifactId>
    <version>1.0.1</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages