Groovy Documentation

geb.testng
[Groovy] Class GebReportingTest

java.lang.Object
  geb.testng.GebTest
      geb.testng.GebReportingTest

class GebReportingTest
extends GebTest

Field Summary
static def END_OF_METHOD_REPORT_LABEL

 
Property Summary
def testMethodName

 
Method Summary
void initReportGroupDir()

void report(String label = "")

void reportingAfter(org.testng.ITestResult testResult)

void setupReporting(Method method)

 
Methods inherited from class GebTest
clearBrowserCookies, createBrowser, createConf, getBrowser, methodMissing, propertyMissing, propertyMissing, resetBrowser
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

END_OF_METHOD_REPORT_LABEL

public static final def END_OF_METHOD_REPORT_LABEL


 
Property Detail

testMethodName

def testMethodName


 
Method Detail

initReportGroupDir

@BeforeClass
void initReportGroupDir()


report

void report(String label = "")


reportingAfter

@AfterMethod
void reportingAfter(org.testng.ITestResult testResult)


setupReporting

@BeforeMethod
void setupReporting(Method method)


 

Groovy API Documentation for geb-testng 0.6.1 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org