public class CompositeMockFactory extends java.lang.Object implements IMockFactory
| Modifier and Type | Field and Description |
|---|---|
static CompositeMockFactory |
INSTANCE |
| Constructor and Description |
|---|
CompositeMockFactory(java.util.List<IMockFactory> mockFactories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreate(IMockConfiguration configuration) |
java.lang.Object |
create(IMockConfiguration configuration,
Specification specification) |
public static CompositeMockFactory INSTANCE
public CompositeMockFactory(java.util.List<IMockFactory> mockFactories)
public boolean canCreate(IMockConfiguration configuration)
canCreate in interface IMockFactorypublic java.lang.Object create(IMockConfiguration configuration, Specification specification)
create in interface IMockFactoryCopyright © 2015. All rights reserved