| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.mock.interceptor.Demand
class Demand extends Object
The object that registers method calls on it for the use with Mocks and Stubs. For each call a CallSpec object is added to the recorded list.
| Property Summary | |
|---|---|
        Map | 
        
            ignore
             | 
        
        List | 
        
            recorded
             | 
        
| Method Summary | |
|---|---|
            Object
         | 
        
            invokeMethod(String methodName, Object args)
             | 
        
            def
         | 
        
            verify(List calls)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Property Detail | 
|---|
Map ignore
List recorded
| Method Detail | 
|---|
Object invokeMethod(String methodName, Object args)
def verify(List calls)
Copyright © 2003-2011 The Codehaus. All rights reserved.