Overload List

  NameDescription
RunStepAndVerifyOutcome(String, Action, TestOutcome)
Performs an action as a new step within the current context and associates it with the calling function. Verifies that the step produced the expected outcome.
RunStepAndVerifyOutcome(String, Action, Nullable<(Of <(TimeSpan>)>), TestOutcome)
Performs an action as a new step within the current context and associates it with the calling function. Verifies that the step produced the expected outcome.
RunStepAndVerifyOutcome(String, Action, Nullable<(Of <(TimeSpan>)>), Boolean, ICodeElementInfo, TestOutcome)
Performs an action as a new step within the current context and associates it with the specified code reference. Verifies that the step produced the expected outcome.

See Also