Uses of Interface
org.spockframework.mock.IMockFactory
-
Packages that use IMockFactory Package Description org.spockframework.mock.runtime -
-
Uses of IMockFactory in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IMockFactory Modifier and Type Class Description class
CompositeMockFactory
class
GroovyMockFactory
class
JavaMockFactory
Constructor parameters in org.spockframework.mock.runtime with type arguments of type IMockFactory Constructor Description CompositeMockFactory(java.util.List<IMockFactory> mockFactories)
-