- 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
-
- org.fest.swing.testng.testcase - package org.fest.swing.testng.testcase
-
Provides a template for test cases that use FEST-Swing and TestNG.