Table of Contents

Method Wrap

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

Wrap(IEnumerable<T>)

Wraps the given collection inside of a CollectionTracker<T>.

public static CollectionTracker<T> Wrap(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

The collection to be wrapped

Returns