public class ConditionAll extends CompoundCondition
Constructor and Description |
---|
ConditionAll(Condition... conditions) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doEval(TreeLogger logger,
DeferredBindingQuery query) |
protected String |
getBinaryOperator() |
protected String |
getEvalAfterMessage(String testType,
boolean result) |
protected String |
getEvalBeforeMessage(String testType) |
getConditions, getRequiredProperties, toSource
public ConditionAll(Condition... conditions)
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.