A C D E F G H I J N O P R S T V W X 

A

addAttribute(XmlAttribute) - Method in class org.fest.swing.junit.xml.XmlNode
Adds an attribute to this node.
addAttributes(XmlAttribute...) - Method in class org.fest.swing.junit.xml.XmlNode
Adds one or more attributes to this node.
addCdata(String) - Method in class org.fest.swing.junit.xml.XmlNode
Adds a CDATA section to this node.
addError(Test, Throwable) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
An error occurred while running the test.
addFailure(Test, AssertionFailedError) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
A test failed.
addFailure(Test, Throwable) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
A test failed.
addNewNode(String) - Method in class org.fest.swing.junit.xml.XmlNode
Creates and adds a new XML node to this node.
addNewNode(String, XmlAttributes) - Method in class org.fest.swing.junit.xml.XmlNode
Creates and adds a new XML node to this node.
addText(String) - Method in class org.fest.swing.junit.xml.XmlNode
Adds a text node to this node.
attributeCount() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the number of attributes in this node.
attributes(XmlAttribute...) - Static method in class org.fest.swing.junit.xml.XmlAttributes
Creates a new XmlAttributes.

C

child(int) - Method in class org.fest.swing.junit.xml.XmlNode
Returns the child at the given index.
createClasspath() - Method in class org.fest.swing.junit.ant.JUnitReportTask
Creates the current classpath.
createClasspath() - Method in class org.fest.swing.junit.ant.ReportTransformer
Creates the current classpath.
createImageFolder() - Method in class org.fest.swing.junit.runner.ImageFolderCreator
Creates the folder where to save screenshots of failing GUI tests.
createParam() - Method in class org.fest.swing.junit.ant.ReportTransformer
Create an instance of an XSL parameter for configuration by Ant.
createReport() - Method in class org.fest.swing.junit.ant.JUnitReportTask
Generate a report based on the document created by the merge.

D

decodeBase64(String) - Static method in class org.fest.swing.junit.ant.ImageHandler
Decodes the given base64 characters into an image.
decodeBase64AndSaveAsPng(String, String) - Static method in class org.fest.swing.junit.ant.ImageHandler
Decodes the given base64 characters into an image, and saves the decoded image as a file using the given path.

E

encodeBase64(BufferedImage) - Static method in class org.fest.swing.junit.ant.ImageHandler
Encodes the given image using the base64 algorithm.
endTest(Test) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
A test is finished.
endTestSuite(JUnitTest) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
The whole test suite ended.
equals(Object) - Method in class org.fest.swing.junit.xml.XmlAttribute
Indicates whether the given Object is equal to this attribute.
equals(Object) - Method in class org.fest.swing.junit.xml.XmlAttributes
 
equals(Object) - Method in class org.fest.swing.junit.xml.XmlNode
 

F

FailureScreenshotTaker - Class in org.fest.swing.junit.runner
Understands taking a screenshot of the desktop when a GUI test fails.
FailureScreenshotTaker(File) - Constructor for class org.fest.swing.junit.runner.FailureScreenshotTaker
Creates a new FailureScreenshotTaker.
FestSwingJUnitTestCase - Class in org.fest.swing.junit.testcase
Understands a template for test cases that use FEST-Swing and JUnit.
FestSwingJUnitTestCase() - Constructor for class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
 
Formatter - Class in org.fest.swing.junit.runner
Understands formatting utilities for FEST-Swing JUnit runners.

G

getStylesheet() - Method in class org.fest.swing.junit.ant.ReportTransformer
Access the stylesheet to be used as a resource.

H

hashCode() - Method in class org.fest.swing.junit.xml.XmlAttribute
Returns the hash code of this attribute, based on its name and value.
hashCode() - Method in class org.fest.swing.junit.xml.XmlAttributes
 
hashCode() - Method in class org.fest.swing.junit.xml.XmlNode
 

I

ImageFolderCreator - Class in org.fest.swing.junit.runner
Understands creation of the folder where screenshots of failed GUI tests will be saved to.
ImageFolderCreator() - Constructor for class org.fest.swing.junit.runner.ImageFolderCreator
 
ImageHandler - Class in org.fest.swing.junit.ant
Understands base64 encoding and decoding of an image.
iterator() - Method in class org.fest.swing.junit.xml.XmlAttributes
Returns an iterator containing all the XmlAttributes in this collection.

J

JUnitReportTask - Class in org.fest.swing.junit.ant
Aggregates all <junit> XML formatter test suite data under a specific directory and transforms the results via XSLT.
JUnitReportTask() - Constructor for class org.fest.swing.junit.ant.JUnitReportTask
 

N

name(String) - Static method in class org.fest.swing.junit.xml.XmlAttribute
name() - Method in class org.fest.swing.junit.xml.XmlAttribute
Returns the name of this attribute.
name() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the name of this node.
newRoot(String) - Method in class org.fest.swing.junit.xml.XmlDocument
Creates and adds a new XML root node.

O

onFailureOrError(Test, Throwable, XmlNode) - Method in class org.fest.swing.junit.ant.ScreenshotOnFailureResultFormatter
A test failed.
onFailureOrError(Test, Throwable, XmlNode) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
Hook for subclasses to add extra functionality after a test failure or a test execution error.
onSetUp() - Method in class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
Subclasses need set up their own test fixture in this method.
onStartTestSuite(JUnitTest) - Method in class org.fest.swing.junit.ant.ScreenshotOnFailureResultFormatter
Execution of the JUnit test suite started.
onStartTestSuite(JUnitTest) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
Hook for subclasses to add extra functionality after the whole test suite started.
onTearDown() - Method in class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
Subclasses need to clean up resources in this method.
org.fest.swing.junit.ant - package 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.runner - package org.fest.swing.junit.runner
Provides utility methods to be used in the creation of custom JUnit Runners that takes a screenshot of failed GUI tests executed, for example, in an IDE or through Ant.
org.fest.swing.junit.testcase - package org.fest.swing.junit.testcase
Provides a template for test cases that use FEST-Swing and JUnit.
org.fest.swing.junit.xml - package org.fest.swing.junit.xml
Wrappers for DOM classes that provide a more compact and intuitive API.

P

parentNode() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the parent node of this node.

R

ReportTransformer - Class in org.fest.swing.junit.ant
Transforms a JUnit XML report.
ReportTransformer(Task) - Constructor for class org.fest.swing.junit.ant.ReportTransformer
Creates a new ReportTransformer.

S

saveScreenshot(String) - Method in class org.fest.swing.junit.runner.FailureScreenshotTaker
Saves a screenshot of the desktop using the given description as the file name.
ScreenshotOnFailureResultFormatter - Class in org.fest.swing.junit.ant
Understands a JUnit XML report formatter that takes a screenshot when a GUI test fails.
ScreenshotOnFailureResultFormatter() - Constructor for class org.fest.swing.junit.ant.ScreenshotOnFailureResultFormatter
 
setClasspath(Path) - Method in class org.fest.swing.junit.ant.JUnitReportTask
Sets an additional classpath.
setClasspath(Path) - Method in class org.fest.swing.junit.ant.ReportTransformer
Sets an additional classpath.
setClasspathRef(Reference) - Method in class org.fest.swing.junit.ant.JUnitReportTask
Sets a reference to a classpath.
setClasspathRef(Reference) - Method in class org.fest.swing.junit.ant.ReportTransformer
Sets a reference to a classpath.
setOutput(OutputStream) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
Sets the stream the formatter is supposed to write its results to.
setSystemError(String) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
This is what the test has written to System.err.
setSystemOutput(String) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
This is what the test has written to System.out,
setUp() - Method in class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
Sets up this test's fixture, starting from creation of a new Robot.
setUpOnce() - Static method in class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
Installs a FailOnThreadViolationRepaintManager to catch violations of Swing threading rules.
size() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the number of children in this node.
startTest(Test) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
A new test is started.
startTestSuite(JUnitTest) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
The whole test suite started.

T

target() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the underlying DOM Element.
tearDown() - Method in class org.fest.swing.junit.testcase.FestSwingJUnitTestCase
Cleans up any resources used in this test.
testNameFrom(Class<?>, Method) - Static method in class org.fest.swing.junit.runner.Formatter
Returns the name of a test given its class and method names.
text() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the text content of this node.
toString() - Method in class org.fest.swing.junit.xml.XmlAttribute
Returns a String representation of this attribute.
toString() - Method in class org.fest.swing.junit.xml.XmlAttributes
 
toString() - Method in class org.fest.swing.junit.xml.XmlNode
 
transform() - Method in class org.fest.swing.junit.ant.ReportTransformer
Performs the XSLT transformation to generate the HTML report.

V

value() - Method in class org.fest.swing.junit.xml.XmlAttribute
Returns the value of this attribute.
value(String) - Method in class org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
value(long) - Method in class org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
value(double) - Method in class org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
Creates a new XmlAttribute using the attribute name passed when this builder was created and the given value.
valueOfAttribute(String) - Method in class org.fest.swing.junit.xml.XmlNode
Returns the value of the given attribute, or an empty String if this node does not contain an attribute with the given name.

W

writeErrorAndStackTrace(Throwable, XmlNode) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
Writes the stack trace and message of the given error to the given XML node.

X

XmlAttribute - Class in org.fest.swing.junit.xml
Understands an attribute of a XmlNode.
XmlAttribute.XmlAttributeBuilder - Class in org.fest.swing.junit.xml
Understands creation of XmlAttributes.
XmlAttributes - Class in org.fest.swing.junit.xml
Understands a collection of attributes of a XmlNode.
XmlDocument - Class in org.fest.swing.junit.xml
Understands a DOM-based XML document.
XmlDocument() - Constructor for class org.fest.swing.junit.xml.XmlDocument
Creates a new XmlDocument.
XmlJUnitResultFormatter - Class in org.fest.swing.junit.ant
Understands a copy of the original XMLJUnitResultFormatter, with flexibility for extension.
XmlJUnitResultFormatter() - Constructor for class org.fest.swing.junit.ant.XmlJUnitResultFormatter
XmlNode - Class in org.fest.swing.junit.xml
Understands a DOM-based XML element.
XmlNode(Element) - Constructor for class org.fest.swing.junit.xml.XmlNode
Creates a new XmlNode.
xmlRootNode() - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
A C D E F G H I J N O P R S T V W X 

Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.