Uses of Interface
org.spockframework.mock.IResultGenerator

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)
           
 



Copyright © 2013. All rights reserved