Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidmoten/junit-extras

Utilities for use with junit
https://github.com/davidmoten/junit-extras

Last synced: about 1 month ago
JSON representation

Utilities for use with junit

Awesome Lists containing this project

README

        

# junit-extras


[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.davidmoten/junit-extras/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.davidmoten/junit-extras)

Utilities for use with junit 4.

* `Asserts.assertIsUtilityClass(Class>)` checks that a class is final, has a private constructor with no arguments, and that the class has only static methods