Table of Contents

Class CollectionTrackerExtensions

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

Extension methods related to CollectionTracker<T>.

public static class CollectionTrackerExtensions
Inheritance
CollectionTrackerExtensions
Inherited Members

Methods

AsTracker(IEnumerable?)

Wraps the given enumerable in an instance of CollectionTracker<T>.

AsTracker<T>(IEnumerable<T>?)

Wraps the given enumerable in an instance of CollectionTracker<T>.

GetEnumerator(CollectionTracker)

Enumerates the elements inside the collection tracker.