class GebTestListener extends Object implements org.testng.IClassListener, org.testng.ITestListener
Constructor and description |
---|
GebTestListener() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
onAfterClass(org.testng.ITestClass testClass) |
|
void |
onBeforeClass(org.testng.ITestClass testClass) |
|
void |
onFinish(org.testng.ITestContext context) |
|
void |
onStart(org.testng.ITestContext context) |
|
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
|
void |
onTestFailure(org.testng.ITestResult result) |
|
void |
onTestSkipped(org.testng.ITestResult result) |
|
void |
onTestStart(org.testng.ITestResult result) |
|
void |
onTestSuccess(org.testng.ITestResult result) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org