| Interface | Description |
|---|---|
| DelegateAwareEbeanServer |
Test EbeanServer implementations that want to delegate some functionality
through to a fully functional EbeanServer (that is typically using a test db like h2)
|
| DelegateMethodNames |
Save invoked method names.
|
| Class | Description |
|---|---|
| BeanCapture |
Base functionality for capturing beans that are sent to the save(), delete() methods
of an EbeanServer.
|
| DelegateEbeanServer |
Wraps an underlying EbeanServer.
|
| MethodCall |
Holds the method name and arguments.
|
| MethodCalls |
Created by rob on 17/07/15.
|
| MockiEbean |
This is a test helper class that can be used to swap out the default EbeanServer in the Ebean
singleton with a mock implementation.
|
| NoopEbeanServer |
This is an EbeanServer implementation that does nothing.
|
| TDEbeanServer |
Test double for EbeanServer.
|
| WhenBeanReturn<T> |
Created by rob on 16/07/15.
|
| WhenFind |
Created by rob on 16/07/15.
|
| WithStaticFinder<T> |
Used to replace a "Finder" that is located as a static field (typically on an Model entity bean).
|
| WithStaticFinders |
Manages the set of WithStaticFinder.
|
| Exception | Description |
|---|---|
| FinderFieldNotFoundException |
Created by rob on 17/07/15.
|
| FinderIllegalAccessException |
Created by rob on 17/07/15.
|
Copyright © 2016. All rights reserved.