Package | Description |
---|---|
com.seleniumtests.xmldog |
Modifier and Type | Method and Description |
---|---|
protected NodeResult |
Comparator.compareAttributes(XNode xControl,
XNode xTest)
FIXME FIXME FIXME!!
Refactor above function to reduce the complexity and put compare attributes here
Compares Attribute Nodes
|
protected NodeResult |
Comparator.compareCDATA(XNode xControl,
XNode xTest)
Compares CDATASECTION Nodes.
|
protected NodeResult |
Comparator.compareComments(XNode xControl,
XNode xTest)
Compares Comment Nodes.
|
protected NodeResult |
Comparator.compareDocumentType(XNode xControl,
XNode xTest)
Compares DocumentType Node.
|
protected NodeResult |
Comparator.compareElements(XNode xControl,
XNode xTest)
Compares Control and Test Element nodes.
|
protected NodeResult |
Comparator.compareEntityRefs(XNode xControl,
XNode xTest)
Compares Entity Reference Nodes.
|
protected NodeResult |
Comparator.compareSimilarNodes(XNode xControl,
XNode xTest,
OrderedMap nodeTracker)
Compares Nodes similar to the ones which are input and returns the one.
|
protected NodeResult |
Comparator.compareText(XNode xControl,
XNode xTest)
Compares Text Nodes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Differences.add(NodeResult nr)
Adds Differences from the input NodeResult.
|
Copyright © 2017. All rights reserved.