|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResultGenerator | |
---|---|
org.spockframework.mock |
Uses of IResultGenerator in org.spockframework.mock |
---|
Classes in org.spockframework.mock that implement IResultGenerator | |
---|---|
class |
CodeResultGenerator
|
class |
ConstantResultGenerator
|
class |
DefaultResultGenerator
Returns the default value for the invoked method's return type. |
class |
IterableResultGenerator
Generates result values from an iterable object. |
class |
ResultGeneratorChain
|
class |
SingleResultGenerator
|
Methods in org.spockframework.mock with parameters of type IResultGenerator | |
---|---|
void |
ResultGeneratorChain.addFirst(IResultGenerator generator)
|
Constructors in org.spockframework.mock with parameters of type IResultGenerator | |
---|---|
MockInteraction(int line,
int column,
java.lang.String text,
int minCount,
int maxCount,
java.util.List<IInvocationConstraint> matchers,
IResultGenerator resultGenerator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |