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
collectionIEnumerable<T>The collection to be wrapped