net.sf.xmlmatcher.js
Interface Asserts

All Known Implementing Classes:
AssertsImpl

public interface Asserts


Method Summary
 void equal(java.lang.String xpath1, java.lang.String xpath2)
           
 void equal(java.lang.String xpath1, java.lang.String xpath2, double tolerance)
           
 void exists(java.lang.String xpath)
           
 void isFalse(java.lang.String message, boolean condition)
           
 void isTrue(java.lang.String message, boolean condition)
           
 void notExists(java.lang.String xpath)
           
 

Method Detail

isTrue

void isTrue(java.lang.String message,
            boolean condition)
            throws JsAssertionFailedException
Throws:
JsAssertionFailedException

isFalse

void isFalse(java.lang.String message,
             boolean condition)
             throws JsAssertionFailedException
Throws:
JsAssertionFailedException

exists

void exists(java.lang.String xpath)
            throws InvalidTemplateException,
                   XMLMismatchException
Throws:
InvalidTemplateException
XMLMismatchException

notExists

void notExists(java.lang.String xpath)
               throws InvalidTemplateException,
                      XMLMismatchException
Throws:
InvalidTemplateException
XMLMismatchException

equal

void equal(java.lang.String xpath1,
           java.lang.String xpath2)
           throws InvalidTemplateException,
                  XMLMismatchException
Throws:
InvalidTemplateException
XMLMismatchException

equal

void equal(java.lang.String xpath1,
           java.lang.String xpath2,
           double tolerance)
           throws InvalidTemplateException,
                  XMLMismatchException
Throws:
InvalidTemplateException
XMLMismatchException


Copyright © 2007. All Rights Reserved.