public class RequestDirectives
extends java.lang.Object
| Constructor and Description |
|---|
RequestDirectives(WebRequest theRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAutoSession(java.lang.String isAutoSession) |
void |
setClassName(java.lang.String theName) |
void |
setMethodName(java.lang.String theName) |
void |
setService(ServiceEnumeration theService) |
void |
setWrappedTestName(java.lang.String theName) |
public RequestDirectives(WebRequest theRequest)
theRequest - The WebRequest to read directives from or
apply directives to.public void setClassName(java.lang.String theName)
theName - name of the test class.public void setWrappedTestName(java.lang.String theName)
theName - The name of the wrapped test.public void setMethodName(java.lang.String theName)
theName - name of the test method to execute.public void setService(ServiceEnumeration theService)
theService - The service to request of the redirector.public void setAutoSession(java.lang.String isAutoSession)
isAutoSession - A "boolean string" indicating
whether or not to use the
autoSession option.Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.