| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory | |
| com.mmnaseri.utils.spring.data.dsl.mock |
| Modifier and Type | Method and Description |
|---|---|
ImplementationAnd |
RepositoryFactoryBuilder.usingImplementation(Class<?> implementation) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryMockBuilder
This class implements the interfaces used to define a DSL for mocking a repository.
|
| Modifier and Type | Method and Description |
|---|---|
ImplementationAnd |
RepositoryMockBuilder.and(Class<?> implementation) |
ImplementationAnd |
ImplementationAnd.and(Class<?> implementation)
Tells the builder to use this additional implementation
|
ImplementationAnd |
Implementation.usingImplementation(Class<?> implementation)
Tells the builder to use the given implementation
|
ImplementationAnd |
RepositoryMockBuilder.usingImplementation(Class<?> implementation) |
Copyright © 2014–2016. All rights reserved.