PeanutButter
Loading...
Searching...
No Matches
PeanutButter.TestUtils.Generic.EnumerableExtensions Member List

This is the complete list of members for PeanutButter.TestUtils.Generic.EnumerableExtensions, including all inherited members.

IsEquivalentTo< T >(this IEnumerable< T > src, IEnumerable< T > other)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic
ShouldContainAtLeastOneDeepEqualTo< T >(this IEnumerable< T > src, T seek, params string[] ignoreProperties)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic
ShouldContainOneDeepEqualTo< T >(this IEnumerable< T > src, T seek, params string[] ignoreProperties)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic
ShouldHaveUnique< T >(this IEnumerable< T > src, Func< T, bool > matcher)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic
ShouldMatchDataIn< T1, T2 >(this IEnumerable< T1 > src, IEnumerable< T2 > other)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic
ShouldMatchDataInAndOrderOf< T1, T2 >(this IEnumerable< T1 > src, IEnumerable< T2 > other)PeanutButter.TestUtils.Generic.EnumerableExtensionsstatic