public interface End
| Modifier and Type | Method and Description |
|---|---|
<E> E |
mock(Class<E> repositoryInterface)
Tells the builder that it is now time to mock the given repository interface using the configuration provided
thus far.
|
<E> E mock(Class<E> repositoryInterface)
E - the type of the repositoryrepositoryInterface - the repository interface to mockCopyright © 2014–2016. All rights reserved.