public class ConditionNone extends CompoundCondition
conditions
Constructor and Description |
---|
ConditionNone(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() |
String |
toSource()
Returns the Java source String to runtime check the condition being encapsulated here.
|
getConditions, getRequiredProperties
public ConditionNone(Condition... conditions)
public boolean equals(Object object)
equals
in class CompoundCondition
public int hashCode()
hashCode
in class CompoundCondition
public String toSource()
Condition
toSource
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.