|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlNode | |
|---|---|
| org.fest.swing.junit.ant | Support for embedding screenshots of failed GUI tests in a JUnit HTML report (created with Ant.) |
| org.fest.swing.junit.xml | Wrappers for DOM classes that provide a more compact and intuitive API. |
| Uses of XmlNode in org.fest.swing.junit.ant |
|---|
| Methods in org.fest.swing.junit.ant that return XmlNode | |
|---|---|
protected XmlNode |
XmlJUnitResultFormatter.xmlRootNode()
|
| Methods in org.fest.swing.junit.ant with parameters of type XmlNode | |
|---|---|
protected void |
XmlJUnitResultFormatter.onFailureOrError(junit.framework.Test test,
Throwable error,
XmlNode errorXmlNode)
Hook for subclasses to add extra functionality after a test failure or a test execution error. |
protected void |
ScreenshotOnFailureResultFormatter.onFailureOrError(junit.framework.Test test,
Throwable error,
XmlNode target)
A test failed. |
protected void |
XmlJUnitResultFormatter.writeErrorAndStackTrace(Throwable error,
XmlNode errorXmlNode)
Writes the stack trace and message of the given error to the given XML node. |
| Uses of XmlNode in org.fest.swing.junit.xml |
|---|
| Methods in org.fest.swing.junit.xml that return XmlNode | |
|---|---|
XmlNode |
XmlNode.addNewNode(String name)
Creates and adds a new XML node to this node. |
XmlNode |
XmlNode.addNewNode(String name,
XmlAttributes attributes)
Creates and adds a new XML node to this node. |
XmlNode |
XmlNode.child(int index)
Returns the child at the given index. |
XmlNode |
XmlDocument.newRoot(String name)
Creates and adds a new XML root node. |
XmlNode |
XmlNode.parentNode()
Returns the parent node of this node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||