Class ValueEnumerableTests
Inheritance
System.Object
ValueEnumerableTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Tests.Utilities
Assembly: MoreStructures.Tests.dll
Syntax
public class ValueEnumerableTests
Methods
| Improve this Doc View SourceCtor_DoesntEnumerateUnderlyingEnumerable()
Declaration
public void Ctor_DoesntEnumerateUnderlyingEnumerable()
Ctor_IsIdempotent()
Declaration
public void Ctor_IsIdempotent()
Equals_ByValueOnItemsOfUnderlyingEnumerable()
Declaration
public void Equals_ByValueOnItemsOfUnderlyingEnumerable()
GetEnumerator_WithGeneric_GivesItemsOfUnderlyingEnumerable()
Declaration
public void GetEnumerator_WithGeneric_GivesItemsOfUnderlyingEnumerable()
GetEnumerator_WithoutGeneric_GivesItemsOfUnderlyingEnumerable()
Declaration
public void GetEnumerator_WithoutGeneric_GivesItemsOfUnderlyingEnumerable()
GetHashCode_ByValueOnItemsOfUnderlyingEnumerable()
Declaration
public void GetHashCode_ByValueOnItemsOfUnderlyingEnumerable()
ToString_IncludesUnderlyingEnumerableToString()
Declaration
public void ToString_IncludesUnderlyingEnumerableToString()