Package org.spockframework.mock
Interface IChainableResponseGenerator
-
- All Superinterfaces:
IResponseGenerator
- All Known Implementing Classes:
CodeResponseGenerator,ConstantResponseGenerator,IterableResponseGenerator,SingleResponseGenerator,WildcardResponseGenerator
public interface IChainableResponseGenerator extends IResponseGenerator
Generates return values for invocations on mock objects.- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAtEndOfCycle()-
Methods inherited from interface org.spockframework.mock.IResponseGenerator
respond
-
-