junit4
https://github.com/junit-team/junit4
Java
A programmer-oriented testing framework for Java.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported28 Subscribers
View all SubscribersAdd a CodeTriage badge to junit4
Help out
- Issues
- Use EventCollector if possible.
- Throw ComparisonFailure rather than AssertionError for all equals methods
- Truely random test order with posibility for externaly given seed
- Thread created with FailOnTimeout should be named sometime more useful than "Thread-#"
- Listener based Runner
- Add an extension point to replace the test instance.
- Improve ErrorReportingRunner, make it support Filterable, accept a class name and support better test names
- History of API changes for JUnit
- @Ignore and @Category with Request.filterWith() behave differently
- Support the selection of a default Runner in ClassRequest
- Docs
- Java not yet supported