See: Description
| Class | Description |
|---|---|
| CapturedOutput |
This rule captures all output written to
System.out and System.err. |
| CapturedOutput.CapturedOutputMatcherBuilder |
Builds string matchers.
|
| JavaDefaultLocale |
This rule sets the
default locale to a
desired locale and resets it after the tests to the value before. |
| Repeater |
Rule which runs tests annotated with
RunTimes or RunMaxTimes multiple times. |
| Repeater.BaseRepeatStatement |
This statement executes the given base statement repeatedly.
|
| Repeater.RepeatStatement |
This statement executes the given base statement repeatedly.
|
| Repeater.RepeatUntilSuccessStatement |
This statement executes the given base statement repeatedly until it succeeds or reaches times.
|
| Annotation Type | Description |
|---|---|
| RunMaxTimes |
Annotates a test method to be executed until it does not fail or maximum is
reached.
|
| RunTimes |
Annotates how may times a test method must be executed.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.