org.junitext.runners.parameters.factory
Class SetPropertyWithParameterRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by 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).


Constructor Summary
SetPropertyWithParameterRule(java.lang.String attribute)
           
 
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
 

Constructor Detail

SetPropertyWithParameterRule

public SetPropertyWithParameterRule(java.lang.String attribute)
Method Detail

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()