| Package | Description |
|---|---|
| com.avaje.ebean |
| Class and Description |
|---|
| BeanCapture
Base functionality for capturing beans that are sent to the save(), delete() methods
of an EbeanServer.
|
| 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)
|
| DelegateEbeanServer
Wraps an underlying EbeanServer.
|
| DelegateMethodNames
Save invoked method names.
|
| FinderFieldNotFoundException
Created by rob on 17/07/15.
|
| 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.
|
| WhenBeanReturn
Created by rob on 16/07/15.
|
| WhenFind
Created by rob on 16/07/15.
|
| WithStaticFinder
Used to replace a "Finder" that is located as a static field (typically on an Model entity bean).
|
Copyright © 2016. All rights reserved.