We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Download and Install (markdown)
Mention Ordering.shuffledBy() and Request.orderWith()
Add links. Fix typo AlphanumericOrdering -> Alphanumeric
Add example of using @OrderWith.
More details about OrderWith
Updated Test execution order (markdown)
Document Ordering and OrderWith.
Add TestParameterInjector to "Parameterised and data-driven testing" section.
Fix links
Reduce indentation to 2 spaces, so more code can be visible without scrolling
Move the text about assertThrows() earlier. Add text that explains why ExpectedException.none() is deprecated.
Updated Exception testing (markdown)
Add `assertThrows` thanks to @LorenzoBettini
Updated Use with Gradle (markdown)
Destroyed 4.13 Release Notes (markdown)
Updated Home (markdown)
Remove redundant headline
Add documentation for pull 1938 to the release notes. Update release notes for pull 1130 to mention this change.
Deprecate ExpectedException.none()
Document #1612
Delete #1414 because it was reverted by #1605
Remove #1421 because we reverted it
Update link for hamcrest-core.jar to point to Hamcrest version 1.3 (as of Hamcrest 2.x, that jar contains no classes).
Add pull request #1571: Set "junit" as "Automatic-Module-Name"
Restore links to JARs at "search.maven.org"
fix formatting
Add pull request #1568: Improve message if file exists instead of folder
Add pull request #1413: Ignore bridge methods when scanning for annotated methods