Class BooleanConditionWrapper
java.lang.Object
org.jboss.arquillian.graphene.condition.BooleanConditionWrapper
- All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,,Boolean> Function<org.openqa.selenium.WebDriver,,Boolean> org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
public class BooleanConditionWrapper
extends Object
implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
- Author:
- Jan Papousek
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, boolean negation, Class<? extends RuntimeException>... ignoredExceptions) BooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, Class<? extends RuntimeException>... ignoredExceptions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
LOGGER
-
-
Constructor Details
-
BooleanConditionWrapper
public BooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, Class<? extends RuntimeException>... ignoredExceptions) -
BooleanConditionWrapper
public BooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, boolean negation, Class<? extends RuntimeException>... ignoredExceptions)
-
-
Method Details