@ThreadSafe public class ConditionTypeChecker<T extends ConditionType> extends Object
| Constructor and Description |
|---|
ConditionTypeChecker(com.google.common.collect.ImmutableList<T> invariants)
Constructor with invariant list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
com.google.common.collect.ImmutableList<T> |
getFailedConditions(EmbeddedBrowser browser) |
int |
hashCode() |
String |
toString() |
public ConditionTypeChecker(com.google.common.collect.ImmutableList<T> invariants)
invariants - The invariant list.public com.google.common.collect.ImmutableList<T> getFailedConditions(EmbeddedBrowser browser)
browser - The browser.ConditionType where Condition.check(EmbeddedBrowser)
failed.Copyright © 2007-2013. All Rights Reserved.