|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.util.BuilderSupport
groovy.util.AntBuilder
com.canoo.webtest.groovy.WebTestBuilder
public class WebTestBuilder
Extends AntBuilder to add support for some goodies that are not fully Ant-conform
but more natural when writing Groovy code.
| Constructor Summary | |
|---|---|
WebTestBuilder(Project antProject)
|
|
| Method Summary | |
|---|---|
protected Object |
doInvokeMethod(String methodName,
Object name,
Object _args)
In XML, WebTest <groovy...> step accepts the Groovy code as string. |
| Methods inherited from class groovy.util.AntBuilder |
|---|
buildAttributes, createNode, createNode, createNode, createNode, createProject, getAntProject, getAntXmlContext, getProject, nodeCompleted, setParent, setText |
| Methods inherited from class groovy.util.BuilderSupport |
|---|
getCurrent, getName, invokeMethod, invokeMethod, postNodeCompletion, setClosureDelegate, setCurrent |
| 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 WebTestBuilder(Project antProject)
| Method Detail |
|---|
protected Object doInvokeMethod(String methodName,
Object name,
Object _args)
doInvokeMethod in class groovy.util.AntBuilder
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||