|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.mock.GroovyMock
public class GroovyMock
| Constructor Summary | |
|---|---|
GroovyMock()
|
|
| Method Summary | |
|---|---|
GroovyObject |
getInstance()
|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args)
Invokes the given method |
static GroovyMock |
newInstance()
|
void |
verify()
|
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, getProperty, setMetaClass, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroovyMock()
| Method Detail |
|---|
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
GroovyObject
invokeMethod in interface GroovyObjectinvokeMethod in class GroovyObjectSupportpublic GroovyObject getInstance()
public static GroovyMock newInstance()
public void verify()
verify in interface com.mockobjects.Verifiable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||