Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
F
O
S
T
A
AbstractTestListener
- Class in
org.fest.swing.testng.listener
Understands a base class for TestNG listeners.
AbstractTestListener()
- Constructor for class org.fest.swing.testng.listener.
AbstractTestListener
F
FestSwingTestngTestCase
- Class in
org.fest.swing.testng.testcase
Understands a template for test cases that use FEST-Swing and TestNG.
FestSwingTestngTestCase()
- Constructor for class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
O
onFinish(ITestContext)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked after all the tests have run and all their Configuration methods have been called.
onSetUp()
- Method in class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
Subclasses need set up their own test fixture in this method.
onStart(ITestContext)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked after the test class is instantiated and before any configuration method is called.
onStart(ITestContext)
- Method in class org.fest.swing.testng.listener.
ScreenshotOnFailureListener
Gets the output directory from the given context after the test class is instantiated and before any configuration method is called.
onTearDown()
- Method in class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
Subclasses need to clean up resources in this method.
onTestFailedButWithinSuccessPercentage(ITestResult)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked each time a method fails but has been annotated with successPercentage and this failure still keeps it within the success percentage requested.
onTestFailure(ITestResult)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked each time a test fails.
onTestFailure(ITestResult)
- Method in class org.fest.swing.testng.listener.
ScreenshotOnFailureListener
When a test fails, this method takes a screenshot of the desktop and adds an hyperlink to the screenshot it in the HTML test report.
onTestSkipped(ITestResult)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked each time a test is skipped.
onTestStart(ITestResult)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked each time before a test will be invoked.
onTestSuccess(ITestResult)
- Method in class org.fest.swing.testng.listener.
AbstractTestListener
Invoked each time a test succeeds.
org.fest.swing.testng
- package org.fest.swing.testng
Classes in this package are deprecated and will be removed in version 2.0.
org.fest.swing.testng.listener
- package org.fest.swing.testng.listener
FEST-Swing
can take screenshots of the desktop when a
TestNG
GUI test fails.
org.fest.swing.testng.testcase
- package org.fest.swing.testng.testcase
Provides a template for test cases that use FEST-Swing and TestNG.
S
ScreenshotOnFailureListener
- Class in
org.fest.swing.testng.listener
Understands a
TestNG
listener that takes a screenshot when a GUI test fails.
ScreenshotOnFailureListener()
- Constructor for class org.fest.swing.testng.listener.
ScreenshotOnFailureListener
Creates a new
ScreenshotOnFailureListener
.
ScreenshotOnFailureListener
- Class in
org.fest.swing.testng
Deprecated.
Use
ScreenshotOnFailureListener
instead.
ScreenshotOnFailureListener()
- Constructor for class org.fest.swing.testng.
ScreenshotOnFailureListener
Deprecated.
setUp()
- Method in class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
Sets up this test's fixture, starting from creation of a new
Robot
.
setUpOnce()
- Method in class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
Installs a
FailOnThreadViolationRepaintManager
to catch violations of Swing threading rules.
T
tearDown()
- Method in class org.fest.swing.testng.testcase.
FestSwingTestngTestCase
Cleans up any resources used in this test.
A
F
O
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007-2011
FEST (Fixtures for Easy Software Testing)
. All Rights Reserved.