Uses of Class
org.spockframework.mock.MockNature
-
Packages that use MockNature Package Description org.spockframework.lang org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.runtime -
-
Uses of MockNature in org.spockframework.lang
Methods in org.spockframework.lang with parameters of type MockNature Modifier and Type Method Description java.lang.Object
SpecInternals. createMock(java.lang.String name, java.lang.Class<?> type, MockNature nature, MockImplementation implementation, java.util.Map<java.lang.String,java.lang.Object> options, groovy.lang.Closure closure)
-
Uses of MockNature in org.spockframework.mock
Methods in org.spockframework.mock that return MockNature Modifier and Type Method Description MockNature
IMockConfiguration. getNature()
Returns the nature of the mock object.static MockNature
MockNature. valueOf(java.lang.String name)
Returns 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 MockNature Modifier and Type Method Description MockNature
MockConfiguration. getNature()
Constructors in org.spockframework.mock.runtime with parameters of type MockNature Constructor Description MockConfiguration(java.lang.String name, java.lang.Class<?> type, MockNature nature, MockImplementation implementation, java.util.Map<java.lang.String,java.lang.Object> options)
-