Uses of Enum
org.spockframework.mock.MockImplementation
Packages that use MockImplementation
Package
Description
Spock's built-in mocking framework.
-
Uses of MockImplementation in org.spockframework.lang
Methods in org.spockframework.lang with parameters of type MockImplementationModifier and TypeMethodDescriptionSpecInternals.createMock(String name, Type type, MockNature nature, MockImplementation implementation, Map<String, Object> options, groovy.lang.Closure closure) -
Uses of MockImplementation in org.spockframework.mock
Methods in org.spockframework.mock that return MockImplementationModifier and TypeMethodDescriptionIMockConfiguration.getImplementation()Returns the implementation of the mock object.static MockImplementationReturns the enum constant of this type with the specified name.static MockImplementation[]MockImplementation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MockImplementation in org.spockframework.mock.runtime
Methods in org.spockframework.mock.runtime that return MockImplementationConstructors in org.spockframework.mock.runtime with parameters of type MockImplementationModifierConstructorDescriptionMockConfiguration(String name, Type type, MockNature nature, MockImplementation implementation, Map<String, Object> options)