Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidmoten/junit-extras
- Owner: davidmoten
- License: apache-2.0
- Created: 2015-09-06T06:23:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T22:32:48.000Z (3 months ago)
- Last Synced: 2024-08-27T23:56:19.994Z (3 months ago)
- Language: Java
- Size: 171 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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