We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove redundant headline
it should be CoreMatchers as per hamcrest-core-1.3
Fix #1410
static keyword is removed from "import javax.ws.rs.core.Response.Status;" sentence.
Missing space before =
name fenced code block with example code
remove indentation from fenced code blocks
added example embedded Exception property assertion for Exception
java syntax highlighting
Improved ExpectedException example
Added information for reportMissingExceptionWithMessage
Exception handling idioms