org.junitext.runners.parameters.factory
Class SetPropertyWithParameterRule
java.lang.Object
org.apache.commons.digester.Rule
org.junitext.runners.parameters.factory.SetPropertyWithParameterRule
public class SetPropertyWithParameterRule
- extends org.apache.commons.digester.Rule
Sets a property on the object on top of the stack based on a single parameter
(set with the CallParamRule).
|
Method Summary |
void |
begin(java.lang.String namespace,
java.lang.String elementName,
org.xml.sax.Attributes attributes)
|
void |
end(java.lang.String arg0,
java.lang.String arg1)
|
java.lang.String |
toString()
|
| Methods inherited from class org.apache.commons.digester.Rule |
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SetPropertyWithParameterRule
public SetPropertyWithParameterRule(java.lang.String attribute)
begin
public void begin(java.lang.String namespace,
java.lang.String elementName,
org.xml.sax.Attributes attributes)
throws java.lang.Exception
- Overrides:
begin in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception- See Also:
Rule.begin(java.lang.String,
java.lang.String, org.xml.sax.Attributes)
end
public void end(java.lang.String arg0,
java.lang.String arg1)
throws java.lang.Exception
- Overrides:
end in class org.apache.commons.digester.Rule
- Throws:
java.lang.Exception- See Also:
Rule.end(java.lang.String,
java.lang.String)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()