Package net.thucydides.core.webdriver
Class AbstractObjectInitialiser<T>
java.lang.Object
net.thucydides.core.webdriver.AbstractObjectInitialiser<T>
- All Implemented Interfaces:
com.google.common.base.Predicate<T>,Predicate<T>
- Direct Known Subclasses:
DefaultPageObjectInitialiser,DefaultWidgetObjectInitialiser
public abstract class AbstractObjectInitialiser<T>
extends Object
implements com.google.common.base.Predicate<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Durationprotected final org.openqa.selenium.WebDriver -
Constructor Summary
ConstructorsConstructorDescriptionAbstractObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds) -
Method Summary
Modifier and TypeMethodDescriptionprotected intabstract booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals
-
Field Details
-
driver
protected final org.openqa.selenium.WebDriver driver -
ajaxTimeout
-
-
Constructor Details
-
AbstractObjectInitialiser
public AbstractObjectInitialiser(org.openqa.selenium.WebDriver driver, long ajaxTimeoutInMilliseconds)
-
-
Method Details