Uses of Interface
net.sourceforge.sqlunit.IMatcher

Packages that use IMatcher
net.sourceforge.sqlunit.matchers Matcher plug-ins for SQLUnit. 
 

Uses of IMatcher in net.sourceforge.sqlunit.matchers
 

Classes in net.sourceforge.sqlunit.matchers that implement IMatcher
 class AllOrNothingMatcher
          The AllOrNothingMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
 class ExpressionMatcher
          Allows the caller to specify an expression in Apache JEXL (Java Extended Expression Language).
 class ForgivingNullMatcher
          The ForgivingNullMatcher is an implementation of the IMatcher interface used to compare values you know are either supposed to be NULL (but might be textually represented differently) or are actually equal.
 class PercentageRangeMatcher
          The PercentageRangeMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
 class RangeMatcher
          The RangeMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
 class SignificantDigitsMatcher
          The SignificantDigitsMatcher is an implementation of the IMatcher interface used to compare FLOAT values where you only really care about matching to a certain number of significant digits to the right of the decimal.
 class TypelessMatcher
          The TypelessMatcher matches column values only from two different SQL or stored procedure calls.
 class TypelessPercentageMatcher
          The TypelessPercentageMatcher matches columns which may differ by a specified percentage.