Table of Contents

Method TrackActivity

Namespace
Ratatoskr.Testing
Assembly
Ratatoskr.Testing.dll

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

services IServiceProvider

Returns

ActivityTracker

TrackActivity(IHost)

Creates an activity tracker for the action-based API pattern.

public static ActivityTracker TrackActivity(this IHost host)

Parameters

host IHost

Returns

ActivityTracker