Index

A C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values

A

addAttribute(XmlAttribute) - Method in class org.fest.swing.junit.xml.XmlNode
Adds an attribute to this node.
addAttribute(Element, XmlAttribute) - Static method in class org.fest.swing.junit.xml.XmlNode
 
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, Throwable) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
A test failed.
addFailure(Test, AssertionFailedError) - 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.
addNewTestXmlNode(XmlNode, Test) - Method in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
addText(String) - Method in class org.fest.swing.junit.xml.XmlNode
Adds a text node to this node.
addXmlNode(Test, XmlNode) - Method in class org.fest.swing.junit.ant.TestCollection
 
attributeCount() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the number of attributes in this node.
attributes - Variable in class org.fest.swing.junit.xml.XmlAttributes
 
attributes(XmlAttribute...) - Static method in class org.fest.swing.junit.xml.XmlAttributes
Creates a new XmlAttributes.

C

CHARSET - Static variable in class org.fest.swing.junit.ant.XmlOutputWriter
 
child(int) - Method in class org.fest.swing.junit.xml.XmlNode
Returns the child at the given index.
classNameFromVmExitErrorTest(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
classNameOf(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
classpath - Variable in class org.fest.swing.junit.ant.JUnitReportTask
 
classpath - Variable in class org.fest.swing.junit.ant.ReportTransformer
 
CommonConstants - Class in org.fest.swing.junit.ant
Understands common constants used in this package.
CommonConstants() - Constructor for class org.fest.swing.junit.ant.CommonConstants
 
counter - Static variable in class org.fest.swing.junit.ant.ReportTransformer
Used to ensure the uniqueness of a property.
createAndAddChild(String) - Method in class org.fest.swing.junit.xml.XmlNode
 
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.
createFolder(File, String) - Method in class org.fest.swing.junit.runner.FolderCreator
 
createImageFolder() - Method in class org.fest.swing.junit.runner.ImageFolderCreator
Creates the folder where to save screenshots of failing GUI tests.
createNewParams(XSLTProcess) - Method in class org.fest.swing.junit.ant.ReportTransformer
 
createOutputDirParam(XSLTProcess) - Method in class org.fest.swing.junit.ant.ReportTransformer
 
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) - Method in class org.fest.swing.junit.ant.ImageDecoder
 
decodeBase64(String) - Static method in class org.fest.swing.junit.ant.ImageHandler
Decodes the given base64 characters into an image.
decodeBase64(String, ImageDecoder) - Static method in class org.fest.swing.junit.ant.ImageHandler
 
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.
decodeBase64AndSaveAsPng(String, String, ImageDecoder, ImageFileWriter) - Static method in class org.fest.swing.junit.ant.ImageHandler
 
delete(File) - Method in class org.fest.swing.junit.ant.ReportTransformer
 
document - Variable in class org.fest.swing.junit.xml.XmlDocument
 
document() - Method in class org.fest.swing.junit.xml.XmlNode
 

E

EMPTY_STRING - Static variable in class org.fest.swing.junit.ant.ImageHandler
 
encodeBase64(BufferedImage) - Method in class org.fest.swing.junit.ant.ImageEncoder
 
encodeBase64(BufferedImage) - Static method in class org.fest.swing.junit.ant.ImageHandler
Encodes the given image using the base64 algorithm.
encodeBase64(BufferedImage, ImageEncoder) - Static method in class org.fest.swing.junit.ant.ImageHandler
 
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.
environmentXmlNodeWriter - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
EnvironmentXmlNodeWriter - Class in org.fest.swing.junit.ant
Understands how to write environment-related properties to a XML node.
EnvironmentXmlNodeWriter() - Constructor for class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
EnvironmentXmlNodeWriter(TimestampFormatter, HostNameReader) - Constructor for class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
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

failed - Variable in class org.fest.swing.junit.ant.TestCollection
 
failed(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
FAILED_GUI_TESTS_FOLDER - Static variable in class org.fest.swing.junit.runner.ImageFolderCreator
 
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.
FailureScreenshotTaker(File, ScreenshotTaker) - Constructor for class org.fest.swing.junit.runner.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
 
FILE_UTILS - Static variable in class org.fest.swing.junit.ant.ReportTransformer
Instance of a utility class to use for file operations.
filter(Throwable) - Method in class org.fest.swing.junit.ant.StackTraceFilter
 
folderCreator - Variable in class org.fest.swing.junit.runner.ImageFolderCreator
 
FolderCreator - Class in org.fest.swing.junit.runner
Understands creation of folders.
FolderCreator() - Constructor for class org.fest.swing.junit.runner.FolderCreator
 
format(Class<?>[]) - Static method in class org.fest.swing.junit.runner.Formatter
 
format(Date) - Method in class org.fest.swing.junit.ant.TimestampFormatter
 
formatError(String, Test, Throwable) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
formatOutput(String, String) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
Formatter - Class in org.fest.swing.junit.runner
Understands formatting utilities for FEST-Swing JUnit runners.
Formatter() - Constructor for class org.fest.swing.junit.runner.Formatter
 

G

getStylesheet() - Method in class org.fest.swing.junit.ant.ReportTransformer
Access the stylesheet to be used as a resource.
guiTestRecognizer - Variable in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
GUITestRecognizer - Class in org.fest.swing.junit.ant
Understands utility methods related to GUI tests.
GUITestRecognizer() - Constructor for class org.fest.swing.junit.ant.GUITestRecognizer
 

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
 
hostNameReader - Variable in class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
HostNameReader - Class in org.fest.swing.junit.ant
Obtains the name of the local host.
HostNameReader() - Constructor for class org.fest.swing.junit.ant.HostNameReader
 

I

imageDecoder - Static variable in class org.fest.swing.junit.ant.ImageHandler
 
ImageDecoder - Class in org.fest.swing.junit.ant
Understands how to decode base64 characters into an image.
ImageDecoder() - Constructor for class org.fest.swing.junit.ant.ImageDecoder
 
imageEncoder - Static variable in class org.fest.swing.junit.ant.ImageHandler
 
ImageEncoder - Class in org.fest.swing.junit.ant
Understands how to encode a given image using the base64 algorithm.
ImageEncoder() - Constructor for class org.fest.swing.junit.ant.ImageEncoder
 
imageFileName(String, String) - Method in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
imageFileWriter - Static variable in class org.fest.swing.junit.ant.ImageHandler
 
imageFolder - Variable in class org.fest.swing.junit.runner.FailureScreenshotTaker
 
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
 
ImageFolderCreator(FolderCreator) - 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.
ImageHandler() - Constructor for class org.fest.swing.junit.ant.ImageHandler
 
INDENT - Static variable in class org.fest.swing.junit.ant.XmlOutputWriter
 
informCannotTakeScreenshots(ImageException) - Method in class org.fest.swing.junit.ant.ScreenshotOnFailureResultFormatter
 
invokeNameMethod(Method, Object) - Static method in class org.fest.swing.junit.ant.Tests
 
isGUITest(String, String) - Method in class org.fest.swing.junit.ant.GUITestRecognizer
 
isJunit4TestCaseFacade(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
isJUnit4TestCaseFacade(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
isStandardOutOrErr(OutputStream) - Method in class org.fest.swing.junit.ant.StandardOutputStreams
 
iterator() - Method in class org.fest.swing.junit.xml.XmlAttributes
Returns an iterator containing all the XmlAttributes in this collection.

J

JUNIT4_TEST_CASE_FACADE_TYPE - Static variable in class org.fest.swing.junit.ant.Tests
 
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
 

L

LOCALHOST - Static variable in class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
localHostName() - Method in class org.fest.swing.junit.ant.HostNameReader
 
logger - Static variable in class org.fest.swing.junit.ant.ImageHandler
 
logger - Static variable in class org.fest.swing.junit.runner.FailureScreenshotTaker
 

M

methodInType(Class<?>, String) - Static method in class org.fest.swing.junit.ant.Tests
 
methodInType(Class<?>, String, String) - Static method in class org.fest.swing.junit.ant.Tests
 

N

name - Variable in class org.fest.swing.junit.xml.XmlAttribute
 
name - Variable in class org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
 
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.
name(String) - Static method in class org.fest.swing.junit.xml.XmlAttribute
nameMethodIn(Class<?>) - Static method in class org.fest.swing.junit.ant.Tests
 
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.
out - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
outputFile(TempFile) - Method in class org.fest.swing.junit.ant.ReportTransformer
 
outputStreams - Variable in class org.fest.swing.junit.ant.XmlOutputWriter
 

P

params - Variable in class org.fest.swing.junit.ant.ReportTransformer
The parameters that will be sent to the XSL transformation.
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.
SCREENSHOT_ELEMENT - Static variable in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
SCREENSHOT_FILE_ATTRIBUTE - Static variable in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
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
 
screenshotTaker - Variable in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
screenshotTaker - Variable in class org.fest.swing.junit.runner.FailureScreenshotTaker
 
screenshotXmlWriter - Variable in class org.fest.swing.junit.ant.ScreenshotOnFailureResultFormatter
 
ScreenshotXmlWriter - Class in org.fest.swing.junit.ant
Understands taking a screenshot of the desktop and, encoding and writing the resulting image into a XML element.
ScreenshotXmlWriter() - Constructor for class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
ScreenshotXmlWriter(ScreenshotTaker, GUITestRecognizer) - Constructor for class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
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.
setUpTempFileTask(TempFile, String) - Method in class org.fest.swing.junit.ant.ReportTransformer
 
size() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the number of children in this node.
stackTraceFilter - Variable in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
StackTraceFilter - Class in org.fest.swing.junit.ant
Understands how to filter a stack trace (by removing all junit.runner.BaseTestRunner.)
StackTraceFilter() - Constructor for class org.fest.swing.junit.ant.StackTraceFilter
 
StandardOutputStreams - Class in org.fest.swing.junit.ant
Understands utility methods related to OutputStreams.
StandardOutputStreams() - Constructor for class org.fest.swing.junit.ant.StandardOutputStreams
 
started - Variable in class org.fest.swing.junit.ant.TestCollection
 
started(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
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.
startTimeOf(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
suiteXmlNodeWriter - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
SuiteXmlNodeWriter - Class in org.fest.swing.junit.ant
Understands how to write information about a test suite to a XML node.
SuiteXmlNodeWriter() - Constructor for class org.fest.swing.junit.ant.SuiteXmlNodeWriter
 

T

takeScreenshotAndReturnEncoded() - Method in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
target - Variable in class org.fest.swing.junit.xml.XmlNode
 
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.
tempFileTask() - Method in class org.fest.swing.junit.ant.ReportTransformer
 
testCaseName - Static variable in class org.fest.swing.junit.ant.Tests
 
testClassNameFrom(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
testClassNameFromJUnit4TestCaseFacade(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
TestCollection - Class in org.fest.swing.junit.ant
Understands a collection of executed tests in a suite.
TestCollection() - Constructor for class org.fest.swing.junit.ant.TestCollection
 
testMethodNameFrom(Test) - Static method in class org.fest.swing.junit.ant.Tests
 
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.
tests - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
tests() - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
Tests - Class in org.fest.swing.junit.ant
Understands utility methods related to JUnit tests.
Tests() - Constructor for class org.fest.swing.junit.ant.Tests
 
testXml - Variable in class org.fest.swing.junit.ant.TestCollection
 
testXmlNodeWriter - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
TestXmlNodeWriter - Class in org.fest.swing.junit.ant
Understands how to write information about a test to a XML node.
TestXmlNodeWriter() - Constructor for class org.fest.swing.junit.ant.TestXmlNodeWriter
 
TestXmlNodeWriter(StackTraceFilter) - Constructor for class org.fest.swing.junit.ant.TestXmlNodeWriter
 
text() - Method in class org.fest.swing.junit.xml.XmlNode
Returns the text content of this node.
timestampFormatter - Variable in class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
TimestampFormatter - Class in org.fest.swing.junit.ant
Understands formatting a date using ISO8601-like pattern: yyyy-MM-ddTHH:mm:ss.
TimestampFormatter() - Constructor for class org.fest.swing.junit.ant.TimestampFormatter
 
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.
trimClassNameFromMethodName(String) - Static method in class org.fest.swing.junit.ant.Tests
 

U

UNKNOWN - Static variable in class org.fest.swing.junit.ant.CommonConstants
 
UTF_8 - Static variable in class org.fest.swing.junit.ant.CommonConstants
 

V

value - Variable in class org.fest.swing.junit.xml.XmlAttribute
 
value() - Method in class org.fest.swing.junit.xml.XmlAttribute
Returns the value of this attribute.
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.
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(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.
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

wasFailed(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
wasStarted(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
write(XmlNode, OutputStream) - Method in class org.fest.swing.junit.ant.XmlOutputWriter
 
write(XmlNode, OutputStream, DOMElementWriter) - Method in class org.fest.swing.junit.ant.XmlOutputWriter
 
writeError(XmlNode, Throwable) - Method in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
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.
writeErrorAndStackTrace(XmlNode, Throwable) - Method in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
writeHostName(XmlNode) - Method in class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 
writeProperty(XmlNode, Properties, String) - Method in class org.fest.swing.junit.ant.SuiteXmlNodeWriter
 
writeScreenshot(XmlNode, Test) - Method in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
writeScreenshotFileName(XmlNode, String, String) - Method in class org.fest.swing.junit.ant.ScreenshotXmlWriter
 
writeStackTrace(XmlNode, Throwable) - Method in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
writeSuiteName(XmlNode, JUnitTest) - Method in class org.fest.swing.junit.ant.SuiteXmlNodeWriter
 
writeSuiteProperties(XmlNode, JUnitTest) - Method in class org.fest.swing.junit.ant.SuiteXmlNodeWriter
 
writeSuiteStatistics(XmlNode, JUnitTest) - Method in class org.fest.swing.junit.ant.SuiteXmlNodeWriter
 
writeTestExecutionTime(XmlNode, long) - Method in class org.fest.swing.junit.ant.TestXmlNodeWriter
 
writeTimestamp(XmlNode) - Method in class org.fest.swing.junit.ant.EnvironmentXmlNodeWriter
 

X

XML_HEADER - Static variable in class org.fest.swing.junit.ant.XmlOutputWriter
 
XmlAttribute - Class in org.fest.swing.junit.xml
Understands an attribute of a XmlNode.
XmlAttribute(String, String) - Constructor for class org.fest.swing.junit.xml.XmlAttribute
 
XmlAttribute.XmlAttributeBuilder - Class in org.fest.swing.junit.xml
Understands creation of XmlAttributes.
XmlAttributeBuilder(String) - Constructor for class org.fest.swing.junit.xml.XmlAttribute.XmlAttributeBuilder
 
XmlAttributes - Class in org.fest.swing.junit.xml
Understands a collection of attributes of a XmlNode.
XmlAttributes(XmlAttribute...) - Constructor for class org.fest.swing.junit.xml.XmlAttributes
 
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.
xmlForFailed(Test) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
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.
xmlNodeFor(Test) - Method in class org.fest.swing.junit.ant.TestCollection
 
xmlNodeForFinished(Test) - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
xmlNodeFrom(Node) - Static method in class org.fest.swing.junit.xml.XmlNode
 
xmlOutputWriter - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
XmlOutputWriter - Class in org.fest.swing.junit.ant
Understands writing the contents of an XML document to an OutputStream.
XmlOutputWriter() - Constructor for class org.fest.swing.junit.ant.XmlOutputWriter
 
XmlOutputWriter(StandardOutputStreams) - Constructor for class org.fest.swing.junit.ant.XmlOutputWriter
 
xmlRoot - Variable in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
xmlRootNode() - Method in class org.fest.swing.junit.ant.XmlJUnitResultFormatter
 
XSL_FILE_PATH - Static variable in class org.fest.swing.junit.ant.ReportTransformer
 
xsltTask() - Method in class org.fest.swing.junit.ant.ReportTransformer
 
A C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values