Overload List

  NameDescription
RunStep(String, Action)
Performs an action as a new step within the current context and associates it with the calling function. Does not verify the outcome of the step.
RunStep(String, Action, Nullable<(Of <(TimeSpan>)>))
Performs an action as a new step within the current context and associates it with the calling function. Does not verify the outcome of the step.
RunStep(String, Action, Nullable<(Of <(TimeSpan>)>), Boolean, ICodeElementInfo)
Performs an action as a new step within the current context and associates it with the specified code reference. Does not verify the outcome of the step.

See Also