| Interface | Description |
|---|---|
| Configuration |
Lets us configure the underlying factory using a configuration object
|
| End |
Lets us create a mock of the repository we have in mind
|
| Factory |
Specifies the factory for the repository mock builder
|
| Implementation |
Lets us specify which implementations the repository should use
|
| ImplementationAnd |
Lets us specify additional implementation classes
|
| KeyGeneration |
Lets us set up how we want our keys to be generated
|
| Start |
Starting point for the DSL.
|
| Class | Description |
|---|---|
| RepositoryMockBuilder |
This class implements the interfaces used to define a DSL for mocking a repository.
|
Copyright © 2014–2016. All rights reserved.