| Interface | Description |
|---|---|
| BeforeAfterClassMethodsProvider |
Provides methods that can be called before and after tests from a
class are ran.
|
| CanBeDisabled |
Allows you to ignore a test class entirely.
|
| RepeatedClassAfterMethodProvider | |
| TestFailureListener |
Provides a method that will be called each time a test fails.
|
| Class | Description |
|---|---|
| NoTestsFrameworkMethod |
Pseudo-test to be able to run some Spincast tests
when no real @Test annotated test exist.
|
| SpincastJUnitRunner |
Spincast JUnit Runner.
|
| Annotation Type | Description |
|---|---|
| ExpectingBeforeClassException |
When this annotation is added on a Test Class,
the 'beforeClass()' method is expected to fail.
|
| ExpectingFailure |
When this annotation is added on a Test Class,
it is expected that one or more tests fail.
|
| IgnoreErrorButStopLoops |
This is an annotation only useful in some very
corner cases tests.
|
| RepeatUntilFailure |
Annotation to specify that a test or a test class
will be ran until it fails or the max number of tries is
reached.
|
| RepeatUntilSuccess |
Annotation to specify that a test or a test class
will be ran until it succeeds or the max number of tries is
reached.
|
Copyright © 2019. All rights reserved.