org.fluentlenium.adapter
Class FluentTestNg

java.lang.Object
  extended by org.fluentlenium.core.Fluent
      extended by org.fluentlenium.core.FluentAdapter
          extended by org.fluentlenium.adapter.FluentTestNg
All Implemented Interfaces:
SearchActions

public abstract class FluentTestNg
extends FluentAdapter

All TestNG Test should extends this class. It provides default parameters.


Constructor Summary
FluentTestNg()
           
 
Method Summary
 void afterClass()
           
 void beforeClass()
           
 
Methods inherited from class org.fluentlenium.core.FluentAdapter
assertAt, createPage, getDefaultBaseUrl, getDefaultConfig, getDefaultDriver, initClass, initTest, quit
 
Methods inherited from class org.fluentlenium.core.Fluent
$, $, await, clear, clear, clear, click, click, executeScript, fill, fill, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initFluent, pageSource, submit, submit, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluentTestNg

public FluentTestNg()
Method Detail

beforeClass

public void beforeClass()

afterClass

public void afterClass()


Copyright © 2012 AConsulting. All Rights Reserved.