| Class | Description |
|---|---|
| AnnotatedMethodTemplate<A extends Annotation> |
Template for writing rules which read configuration from a method annotation.
|
| Log4JLogger |
Record the logging output for a given (class) logger.
|
| MockitoTestRule |
Wrapper around Mockito's own JUnit Rule support, since we need a TestRule for chaining, not a MethodRule.
|
| SystemProperties |
Set system properties for a specific test run.
|
| TestMethodLocator |
Uses a
Description to locate the test method within the given class. |
| TestResource<T> |
Load a resource via the defining ClassLoader of the given test class.
|
| XmlResource |
Load an XML resource into memory for testing purposes.
|
| Enum | Description |
|---|---|
| Log4JLogger.LogLevel |
| Annotation Type | Description |
|---|---|
| Log4JLogger.Record | |
| SystemProperties.Set |
Copyright © 2003–2017 Atlassian. All rights reserved.