Evaluation

Members

Variables

currentValue
ValueEvaluation currentValue;

The value that will be validated

expectedValue
ValueEvaluation expectedValue;

The expected value that we will use to perform the comparison

id
size_t id;

The id of the current evaluation

isEvaluated
bool isEvaluated;

True when the evaluation is done

isNegated
bool isNegated;

True if the operation result needs to be negated to have a successful result

message
MessageResult message;

The nice message printed to the user

operationName
string operationName;

The operation name

results
IResult[] results;

Results generated during evaluation

source
SourceResult source;

The source code where the assert is located

throwable
Throwable throwable;

The throwable generated by the evaluation

Meta