Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelstoer/junit-references
Adding references to JUnit tests
https://github.com/marcelstoer/junit-references
Last synced: 12 days ago
JSON representation
Adding references to JUnit tests
- Host: GitHub
- URL: https://github.com/marcelstoer/junit-references
- Owner: marcelstoer
- License: mit
- Created: 2015-01-09T22:09:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T20:41:09.000Z (about 1 month ago)
- Last Synced: 2024-10-11T11:50:45.069Z (about 1 month ago)
- Language: XSLT
- Homepage: http://frightanic.com/software-development/adding-references-junit-tests/
- Size: 27.3 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JUnit references
Adding references to JUnit tests: http://frightanic.com/software-development/adding-references-junit-tests/```
git clone https://github.com/marcelstoer/junit-references.git
cd junit-references
mvn package
open target/surefire-reports/junit-noframes.html
```**Update 2019-07-09**
This does not work with JUnit 5. I have no plans to upgrade at the moment as I haven't used this project ever since its initial implementation. PRs are welcome, though.