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 classCodeResponseGeneratorclassConstantResponseGeneratorclassIterableResponseGeneratorGenerates result values from an iterable object.classSingleResponseGeneratorclassWildcardResponseGeneratorReturns 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 voidResponseGeneratorChain. addFirst(IChainableResponseGenerator generator)
-