Package org.spockframework.mock
Interface IMockFactory
-
- All Known Implementing Classes:
CompositeMockFactory,GroovyMockFactory,JavaMockFactory
public interface IMockFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanCreate(IMockConfiguration configuration)java.lang.Objectcreate(IMockConfiguration configuration, Specification specification)
-
-
-
Method Detail
-
canCreate
boolean canCreate(IMockConfiguration configuration)
-
create
java.lang.Object create(IMockConfiguration configuration, Specification specification)
-
-