Package org.baselinetest.comparator

Comparators for the different types of baseline output files.

See:
          Description

Class Summary
ByteComparator A class for doing byte-by-byte comparisons for two files.
TextComparator A class for doing textual comparisons that ignore EOL differences.
XMLComparator A class for comparing XML files for differences.
 

Package org.baselinetest.comparator Description

Comparators for the different types of baseline output files. Each type of baseline output, requires it's own comparator. This allows the Baseline Test Framework the ability to safely ignore spurious differences, when appropriate. For example, in an XML file, extra whitespace between tags is generally benign. In test output, extra whitespace is typically considered a change that should be accounted for.



Copyright © 2005-2009 Baseline Test. All Rights Reserved.