We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fix links
Updated Timeout for tests (markdown)
Update information to reflect removal of the custom test runner
Add reference to JUnit Foundation test timeout management.
fix a quick typo and use use TimeUnit.SECONDS.sleep
import sentences are added.
A CountDownLatch is not a semaphore
fix grammar
Add example that uses CountDownLatch
Clarified that tests with a timeout run in a different thread, as well as the differences between the timeout attribute and the Timeout rule
Add note that a class-level timeout will take precedence over any individual @Test(timeout) parameters
Timeout(int millis) is deprecated
fixed typo, changed "the the" to "then the"
If a test times out, only a normal Exception is thrown.
Created Timeout for tests (markdown)