
public class ConditionAny extends CompoundCondition
conditions| Constructor and Description |
|---|
ConditionAny(Condition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEval(TreeLogger logger,
DeferredBindingQuery query) |
boolean |
equals(Object object) |
protected String |
getEvalAfterMessage(String testType,
boolean result) |
protected String |
getEvalBeforeMessage(String testType) |
int |
hashCode() |
getConditions, getRequiredPropertiespublic ConditionAny(Condition... conditions)
public boolean equals(Object object)
equals in class CompoundConditionpublic int hashCode()
hashCode in class CompoundConditionprotected boolean doEval(TreeLogger logger, DeferredBindingQuery query) throws UnableToCompleteException
doEval in class ConditionUnableToCompleteExceptionprotected String getEvalAfterMessage(String testType, boolean result)
getEvalAfterMessage in class Conditionprotected String getEvalBeforeMessage(String testType)
getEvalBeforeMessage in class ConditionCopyright © 2018. All rights reserved.