public class ResultGeneratorChain extends java.lang.Object implements IResultGenerator
| Constructor and Description |
|---|
ResultGeneratorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirst(IResultGenerator generator) |
java.lang.Object |
generate(IMockInvocation invocation) |
boolean |
isEmpty() |
boolean |
isExhausted() |
public void addFirst(IResultGenerator generator)
public boolean isEmpty()
public boolean isExhausted()
isExhausted in interface IResultGeneratorpublic java.lang.Object generate(IMockInvocation invocation)
generate in interface IResultGeneratorCopyright © 2012. All rights reserved