Table of Contents

Method Wrap

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

Wrap(IEnumerable)

Wraps an untyped enumerable in an object-based CollectionTracker<T>.

public static CollectionTracker<object> Wrap(IEnumerable enumerable)

Parameters

enumerable IEnumerable

The untyped enumerable to wrap

Returns