Uses of Interface
org.spockframework.mock.IMockConfiguration
-
Packages that use IMockConfiguration Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.runtime -
-
Uses of IMockConfiguration in org.spockframework.mock
Methods in org.spockframework.mock with parameters of type IMockConfiguration Modifier and Type Method Description booleanIMockFactory. canCreate(IMockConfiguration configuration)java.lang.ObjectIMockFactory. create(IMockConfiguration configuration, Specification specification) -
Uses of IMockConfiguration in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockConfiguration Modifier and Type Class Description classMockConfigurationMethods in org.spockframework.mock.runtime with parameters of type IMockConfiguration Modifier and Type Method Description booleanCompositeMockFactory. canCreate(IMockConfiguration configuration)booleanGroovyMockFactory. canCreate(IMockConfiguration configuration)booleanJavaMockFactory. canCreate(IMockConfiguration configuration)java.lang.ObjectCompositeMockFactory. create(IMockConfiguration configuration, Specification specification)java.lang.ObjectGroovyMockFactory. create(IMockConfiguration configuration, Specification specification)java.lang.ObjectJavaMockFactory. create(IMockConfiguration configuration, Specification specification)Constructors in org.spockframework.mock.runtime with parameters of type IMockConfiguration Constructor Description GroovyMockInterceptor(IMockConfiguration mockConfiguration, Specification specification, groovy.lang.MetaClass mockMetaClass)GroovyMockMetaClass(IMockConfiguration configuration, Specification specification, groovy.lang.MetaClass oldMetaClass)JavaMockInterceptor(IMockConfiguration mockConfiguration, Specification specification, groovy.lang.MetaClass mockMetaClass)
-