Uses of Interface
org.spockframework.mock.IChainableResponseGenerator
-
Packages that use IChainableResponseGenerator Package Description org.spockframework.mock.response -
-
Uses of IChainableResponseGenerator in org.spockframework.mock.response
Classes in org.spockframework.mock.response that implement IChainableResponseGenerator Modifier and Type Class Description class
CodeResponseGenerator
class
ConstantResponseGenerator
class
IterableResponseGenerator
Generates result values from an iterable object.class
SingleResponseGenerator
class
WildcardResponseGenerator
Returns the default value for the invoked method's return type.Methods in org.spockframework.mock.response with parameters of type IChainableResponseGenerator Modifier and Type Method Description void
ResponseGeneratorChain. addFirst(IChainableResponseGenerator generator)
-