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 |
getBinaryOperator() |
protected String |
getEvalAfterMessage(String testType,
boolean result) |
protected String |
getEvalBeforeMessage(String testType) |
int |
hashCode() |
getConditions, getRequiredProperties, toSource
public ConditionAny(Condition... conditions)
public boolean equals(Object object)
equals
in class CompoundCondition
public int hashCode()
hashCode
in class CompoundCondition
protected boolean doEval(TreeLogger logger, DeferredBindingQuery query) throws UnableToCompleteException
doEval
in class Condition
UnableToCompleteException
protected String getBinaryOperator()
getBinaryOperator
in class CompoundCondition
protected String getEvalAfterMessage(String testType, boolean result)
getEvalAfterMessage
in class Condition
protected String getEvalBeforeMessage(String testType)
getEvalBeforeMessage
in class Condition
Copyright © 2018. All rights reserved.