| Class | Description |
|---|---|
| AnnotatedMethodTemplate<A extends Annotation> |
Template for writing rules which read configuration from a method annotation.
|
| Log4J2Logger |
Record the logging output for a given log4j2 logger.
|
| Log4JLogger | Deprecated
since 7.5 Use
Log4J2Logger |
| MockitoTestRule |
Wrapper around Mockito's own JUnit Rule support, since we need a TestRule for chaining, not a MethodRule.
|
| ProfilingTestRule | |
| RestoreThreadContextClassloader |
A JUnit Rule which makes sure that the Thread context Classloader is the same after the test completes as was present before it started.
|
| 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 |
|---|---|
| Log4J2Logger.LogLevel | |
| Log4JLogger.LogLevel |
| Annotation Type | Description |
|---|---|
| Log4J2Logger.Record | |
| Log4JLogger.Record | |
| SystemProperties.Set |
Copyright © 2003–2022 Atlassian. All rights reserved.