Package net.thucydides.core.webdriver
Class DefaultPageObjectInitialiser
- java.lang.Object
-
- net.thucydides.core.webdriver.AbstractObjectInitialiser<PageObject>
-
- net.thucydides.core.webdriver.DefaultPageObjectInitialiser
-
- All Implemented Interfaces:
com.google.common.base.Predicate<PageObject>
,Predicate<PageObject>
public class DefaultPageObjectInitialiser extends AbstractObjectInitialiser<PageObject>
-
-
Field Summary
-
Fields inherited from class net.thucydides.core.webdriver.AbstractObjectInitialiser
ajaxTimeout, driver
-
-
Constructor Summary
Constructors Constructor Description DefaultPageObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(PageObject page)
-
Methods inherited from class net.thucydides.core.webdriver.AbstractObjectInitialiser
ajaxTimeoutInSecondsWithAtLeast1Second, test
-
-
-
-
Method Detail
-
apply
public boolean apply(PageObject page)
- Specified by:
apply
in interfacecom.google.common.base.Predicate<PageObject>
- Specified by:
apply
in classAbstractObjectInitialiser<PageObject>
-
-