| Package | Description |
|---|---|
| com.avaje.ebean |
| Modifier and Type | Method and Description |
|---|---|
WithStaticFinder |
WithStaticFinder.as(Object testDouble)
Set the test double instance to use after useTestDouble() has been called.
|
static <U> WithStaticFinder<U> |
WithStaticFinder.use(Class<U> cls,
Object testFinder)
Set the given test double onto the given class returning the WithStaticFinder.
|
<T> WithStaticFinder<T> |
DelegateEbeanServer.withFinder(Class<T> beanType)
Used to specify a test double to replace a static 'finder' field on the given beanType.
|
<T> WithStaticFinder<T> |
WithStaticFinders.withFinder(Class<T> beanType)
Create and return a WithStaticFinder.
|
Copyright © 2016. All rights reserved.