| Interface | Description |
|---|---|
| BeforeAfterClassMethodsProvider |
Provides methods that can be called before and after tests from a
class are ran.
|
| 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.
|
| Repeat |
Annotation to specify that a test or a test class
has to be run multiple time.
|
Copyright © 2019. All rights reserved.