-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Home
servet-kurt edited this page Nov 29, 2013
·
60 revisions
- Download and Install
- Getting Started
- Release Notes
- Maintainer Documentation
- I want to help!
- Latest JUnit Questions on StackOverflow: http://stackoverflow.com/questions/tagged/junit
- Assertions
- Test Runners
- Aggregating tests in Suites
- Test Execution Order
- Exception Testing
- Matchers and assertThat
- Ignoring Tests
- Timeout for Tests
- Parameterized Tests
- Assumptions with Assume
- Rules
- Theories
- Test Fixtures
- Categories
- Use with Maven
- Multithreaded code and Concurrency
- Java contract test helpers
- Continuous Testing
- Custom Runners
- net.trajano.commons:commons-testing for UtilityClassTestUtil per #646
- System Rules – A collection of JUnit rules for testing code that uses java.lang.System.
-
JUnit Toolbox - Provides runners for parallel testing, a
PoolingWait
class to ease asynchronous testing, and aWildcardPatternSuite
which allow you to specify wildcard patterns instead of explicitly listing all classes when you create a suite class. - junit-quickcheck - QuickCheck-style parameter suppliers for JUnit theories. Uses junit.contrib's version of the theories machinery, which respects generics on theory parameters.