| Class | Description |
|---|---|
| GroovyPageUnitTestResourceLoader |
A
ResourceLoader implementation
that loads GSP views relative to the project base directory for unit tests. |
| LazyTagLibraryLookup |
Lazy implementation of the tag library lookup class designed for testing purposes.
|
| TestMixinRuntimeSupport |
Abstract base class for test mixin classes that use the new TestRuntime
|
| Annotation Type | Description |
|---|---|
| MixinInstance |
A marker annotation added to fields that contain the instance of a mixin
This is used internally by the TestRuntime / TestMixinTransformation and should not be used directly
|
| MixinMethod |
A marker annotation added to methods of a test that are mixed in from a test mixin.
|
| SkipMethod |
A marker annotation for methods that doesn't be mixed in target classes
|