We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
`sequence` variable was misplaced
Make rule fields final in examples.
Update Timeout section to not use deprecated constructor.
improve TestLogger. Every test method gets a new Rule instance: no need to "close" the logger; then, any outermost rule will still be able to use the Logger.
Consistent spacing around assignment operators.
Delete dead link
Fixes code example for UsesVerifier
Fixed the javadoc links for TestWatcher and TestWatchman
Updated the TemporaryFolder wiki to reflect the recent changes it underwent with PR #1044
Added missing import.
Added skipped to the TestWatcher example.
Matching parentheses in the RuleChain code sample
Section should be 1, not 2
Add basic info about writing a custom TestRule
Timeout does not implements MethodRule anymore.
Updated Rules (markdown)
Use Java syntax highlighting.