10 types derived from SegmentedHashSet_Generic_Tests
Microsoft.CodeAnalysis.UnitTests (10)
Collections\HashSet\SegmentedHashSet_Generic_Tests.cs (10)
17
public class SegmentedHashSet_Generic_Tests_string :
SegmentedHashSet_Generic_Tests
<string>
29
public class SegmentedHashSet_Generic_Tests_int :
SegmentedHashSet_Generic_Tests
<int>
40
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_WrapStructural_Int :
SegmentedHashSet_Generic_Tests
<int>
64
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_WrapStructural_SimpleInt :
SegmentedHashSet_Generic_Tests
<SimpleInt>
88
public class SegmentedHashSet_Generic_Tests_EquatableBackwardsOrder :
SegmentedHashSet_Generic_Tests
<EquatableBackwardsOrder>
102
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_SameAsDefaultComparer :
SegmentedHashSet_Generic_Tests
<int>
121
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_HashCodeAlwaysReturnsZero :
SegmentedHashSet_Generic_Tests
<int>
140
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_ModOfInt :
SegmentedHashSet_Generic_Tests
<int>
164
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_AbsOfInt :
SegmentedHashSet_Generic_Tests
<int>
183
public class SegmentedHashSet_Generic_Tests_int_With_Comparer_BadIntEqualityComparer :
SegmentedHashSet_Generic_Tests
<int>