| Package | Description |
|---|---|
| com.crawljax.oraclecomparator |
Oracle package.
|
| com.crawljax.oraclecomparator.comparators |
Oracles oracles package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComparator
The Abstract base class of all the Comparators.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator |
OracleComparator.getOracle() |
| Constructor and Description |
|---|
OracleComparator(String id,
Comparator oracle) |
OracleComparator(String id,
Comparator oracle,
Condition... preConditions) |
OracleComparator(String id,
Comparator oracle,
List<Condition> preConditions) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeComparator
Oracle Comparator that ignores the specified attributes.
|
class |
DateComparator
Oracle comparators that supports dates.
|
class |
EditDistanceComparator
Oracle Comparator that uses the Levenshtein Edit Distance to determince wheter two states are
equivalent.
|
class |
PlainStructureComparator |
class |
RegexComparator
Regex oracles that strips content from the DOM to check whether the DOMs are equal without the
specified regular expressions.
|
class |
ScriptComparator |
class |
SimpleComparator
Simple oracle which can ignore whitespaces and linebreaks.
|
class |
StyleComparator
Oracle which can ignore style attributes.
|
class |
XPathExpressionComparator
Oracle which can ignore element/attributes by xpath expression.
|
Copyright © 2007-2013. All Rights Reserved.