ca.intelliware.amakihi.fixture
Interface ResponseValidationStrategy

All Known Implementing Classes:
BaseReturnValueValidator, ExceptionValidator

public interface ResponseValidationStrategy


Method Summary
 void addRule(java.lang.String rule)
           
 void validate(org.w3c.dom.Element actualOutput, org.w3c.dom.Element expectedOutput, java.util.Hashtable variables)
           
 

Method Detail

validate

public void validate(org.w3c.dom.Element actualOutput,
                     org.w3c.dom.Element expectedOutput,
                     java.util.Hashtable variables)
              throws ValidationException

addRule

public void addRule(java.lang.String rule)
             throws ValidationRuleNotSupportedException,
                    InconsistentValidationRuleException


Copyright 2002 Intelliware Development. All Rights Reserved.