readConfig(config);
}
}
private void addProperties() {
addProperty(new DefaultTestStepProperty(EXPRESSION, this));
addProperty(new DefaultTestStepProperty(PRECISION, this));
addProperty(new DefaultTestStepProperty(USE_PADDING, this));
addProperty(new DefaultTestStepProperty(EXPRESSION_RESULT, true, this) {
@Override
public String getValue() {
return formatResult();
}
});