Groovy Documentation

geb.testng
[Groovy] Class GebReportingTest

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

class GebReportingTest
extends GebTest

Property Summary
def testMethodName

 
Method Summary
void initReportGroupDir()

void report(String label = "")

void reportingAfter()

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
 

Property Detail

testMethodName

def testMethodName


 
Method Detail

initReportGroupDir

@BeforeClass
void initReportGroupDir()


report

void report(String label = "")


reportingAfter

@AfterMethod
void reportingAfter()


setupReporting

@BeforeMethod
void setupReporting(Method method)


 

Groovy API Documentation for geb-testng 0.6.0.RC1 - Licensed under the Apache License, Version 2.0 - http://geb.codehaus.org