Method TrackActivity
TrackActivity(IServiceProvider)
Creates an activity tracker for the action-based API pattern. Use ExecuteAndWaitAsync(Func<Task>) to wrap test actions.
public static ActivityTracker TrackActivity(this IServiceProvider services)
Parameters
servicesIServiceProvider
Returns
TrackActivity(IHost)
Creates an activity tracker for the action-based API pattern.
public static ActivityTracker TrackActivity(this IHost host)
Parameters
hostIHost