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