This class contains information returned from running a step during testing.
SharedCache
Container object that holds all of the local variables that were defined within the run step
bool
Whether or not the step was successfully run. This value will be False if there as an uncaught exception during the execution of the step.
Creates a string representation of the exception that cause the step to fail if an exception occurred. Otherwise, an empty string is returned.
The string representation of the exception that caused the running step to fail or a blank string if no exception occurred