setStepResultForIdentifier method
Adds a result to the result map with the given identifier.
Implementation
void setStepResultForIdentifier(String identifier, RPStepResult stepResult) {
results[identifier] = stepResult;
}
Adds a result to the result map with the given identifier.
void setStepResultForIdentifier(String identifier, RPStepResult stepResult) {
results[identifier] = stepResult;
}