| Class | Description |
|---|---|
| Assert | |
| FailureType |
A FailureType describes a type of fail that you want to group.
|
| NoThrowable |
| Exception | Description |
|---|---|
| Failure |
A Failure holds information about a failed test.
|
| RawFailure |
| Annotation Type | Description |
|---|---|
| After | |
| AfterClass | |
| Before | |
| BeforeClass | |
| Ignore | |
| Test |
This annotation mimic the JUnit one and adds other attributes.
|
| TestClass |
Annotation that may be used in test class to set elements for all tests in class.
|