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 IMockFactory
public java.lang.Object create(IMockConfiguration configuration, Specification specification)
create
in interface IMockFactory
Copyright © 2013. All rights reserved