Home
last modified time | relevance | path

Searched refs:MinValue (Results 1 – 25 of 2041) sorted by relevance

12345678910>>...82

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/tests/
H A DTestData.cs34 new object[] { "Test_05", (int)rand.Next(int.MinValue, int.MaxValue) }, in TestData()
36 new object[] { "Test_07", (long)rand.Next(int.MinValue, int.MaxValue) }, in TestData()
43 new object[] { "Test_14", int.MinValue * rand.NextDouble() }, in TestData()
45 new object[] { "Test_16", int.MinValue * (float)rand.NextDouble() } in TestData()
74 …new object[] { 18, (long)(rand.NextDouble() * (long.MinValue - int.MinValue) + int.MinValue), Regi… in TestData()
77 …new object[] { 21, (decimal)(rand.NextDouble() * (long.MinValue - int.MinValue) + int.MinValue), R… in TestData()
79 …new object[] { 23, (float)(rand.NextDouble() * (long.MinValue - int.MinValue) + int.MinValue), Reg… in TestData()
81 …new object[] { 25, (double)(rand.NextDouble() * (long.MinValue - int.MinValue) + int.MinValue), Re… in TestData()
85 new object[] { 28, decimal.MinValue, RegistryValueKind.String }, in TestData()
87 new object[] { 30, float.MinValue, RegistryValueKind.String }, in TestData()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DNumberFormatterTest.cs45 Assert.AreEqual ("-2147483648", Int32.MinValue.ToString ("D", _nfi), "#03"); in Test00000()
116 Assert.AreEqual ("-DF", Int32.MinValue.ToString ("DF", _nfi), "#01"); in Test00008()
148 Assert.AreEqual ("-+D", Int32.MinValue.ToString ("+D", _nfi), "#01"); in Test00012()
149 Assert.AreEqual ("-D+", Int32.MinValue.ToString ("D+", _nfi), "#02"); in Test00012()
150 Assert.AreEqual ("-+D+", Int32.MinValue.ToString ("+D+", _nfi), "#03"); in Test00012()
172 Assert.AreEqual ("--D", Int32.MinValue.ToString ("-D", _nfi), "#01"); in Test00015()
173 Assert.AreEqual ("-D-", Int32.MinValue.ToString ("D-", _nfi), "#02"); in Test00015()
310 Assert.AreEqual ("-EF", Int32.MinValue.ToString ("EF", _nfi), "#01"); in Test01008()
342 Assert.AreEqual ("-+E", Int32.MinValue.ToString ("+E", _nfi), "#01"); in Test01012()
343 Assert.AreEqual ("-E+", Int32.MinValue.ToString ("E+", _nfi), "#02"); in Test01012()
[all …]
H A DDecimalTest-Microsoft.cs30 Assert.IsTrue(Decimal.MinValue.Equals(Decimal.MinValue)); in TestEquals()
42 Assert.IsTrue(Decimal.Equals(Decimal.MinValue, Decimal.MinValue)); in TestEqualsDecDec()
54 Assert.IsTrue(Decimal.MinValue.Equals((object)Decimal.MinValue)); in TestEqualsObj()
69 Assert.IsTrue(Decimal.MinValue == Decimal.MinValue); in Testop_Equality()
82 Assert.IsFalse(Decimal.MinValue > Decimal.MinValue); in Testop_GreaterThan()
95 Assert.IsTrue(Decimal.MinValue >= Decimal.MinValue); in Testop_GreaterThanOrEqual()
108 Assert.IsFalse(Decimal.MinValue != Decimal.MinValue); in Testop_Inequality()
125 Assert.IsFalse(Decimal.MinValue < Decimal.MinValue); in Testop_LessThan()
138 Assert.IsTrue(Decimal.MinValue <= Decimal.MinValue); in Testop_LessThanOrEqual()
181 VerifyAdd<Exception>(Decimal.MinValue, Decimal.Zero, Decimal.MinValue); in TestAdd()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DHttpRequestCachePolicyTest.cs17 …questCacheLevel.Default, TimeSpan.MaxValue, TimeSpan.MinValue, TimeSpan.MinValue, DateTime.MinValu… in Ctor_ExpectedPropertyValues_MemberData()
20 …chePolicy(level), level, TimeSpan.MaxValue, TimeSpan.MinValue, TimeSpan.MinValue, DateTime.MinValu… in Ctor_ExpectedPropertyValues_MemberData()
22 …)), HttpRequestCacheLevel.Default, TimeSpan.MaxValue, TimeSpan.MinValue, TimeSpan.MinValue, new Da… in Ctor_ExpectedPropertyValues_MemberData()
23 …acheLevel.Default, TimeSpan.FromSeconds(1), TimeSpan.MinValue, TimeSpan.MinValue, DateTime.MinValu… in Ctor_ExpectedPropertyValues_MemberData()
24 …eLevel.Default, TimeSpan.MaxValue, TimeSpan.FromSeconds(1), TimeSpan.MinValue, DateTime.MinValue }; in Ctor_ExpectedPropertyValues_MemberData()
25 …stCacheLevel.Default, TimeSpan.MaxValue, TimeSpan.MinValue, TimeSpan.FromSeconds(1), DateTime.MinV… in Ctor_ExpectedPropertyValues_MemberData()
26 …acheLevel.Default, TimeSpan.FromSeconds(1), TimeSpan.MinValue, TimeSpan.MinValue, DateTime.MinValu… in Ctor_ExpectedPropertyValues_MemberData()
27 …eLevel.Default, TimeSpan.MaxValue, TimeSpan.FromSeconds(1), TimeSpan.MinValue, DateTime.MinValue }; in Ctor_ExpectedPropertyValues_MemberData()
28 …stCacheLevel.Default, TimeSpan.MaxValue, TimeSpan.MinValue, TimeSpan.FromSeconds(1), DateTime.MinV… in Ctor_ExpectedPropertyValues_MemberData()
29 ….Default, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(2), TimeSpan.MinValue, DateTime.MinValue }; in Ctor_ExpectedPropertyValues_MemberData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Primitives/tests/
H A DSizeTests.netcoreapp.cs19 [InlineData(1000, int.MinValue)]
27 [InlineData(int.MinValue, 0)]
28 [InlineData(int.MinValue, 1)]
29 [InlineData(int.MinValue, 2400)]
31 [InlineData(int.MinValue, -1)]
32 [InlineData(int.MinValue, -2400)]
33 [InlineData(int.MinValue, int.MinValue)]
86 [InlineData(int.MinValue, float.MinValue)]
131 [InlineData(int.MinValue, int.MinValue)]
133 [InlineData(int.MinValue, 1)]
[all …]
H A DSizeFTests.netcoreapp.cs19 [InlineData(1000.234f, float.MinValue)]
27 [InlineData(float.MinValue, 0.0f)]
28 [InlineData(float.MinValue, 1.0f)]
31 [InlineData(float.MinValue, -1.0f)]
33 [InlineData(float.MinValue, float.MinValue)]
67 [InlineData(float.MinValue, float.MinValue)]
69 [InlineData(float.MinValue, 1.0f)]
71 [InlineData(float.MinValue, -1.0f)]
72 [InlineData(float.MinValue, 0.0f)]
73 [InlineData(1.0f, float.MinValue)]
[all …]
H A DRectangleTests.cs19 [InlineData(int.MaxValue, int.MinValue, int.MaxValue, int.MinValue)]
32 [InlineData(int.MaxValue, int.MinValue, int.MaxValue, int.MinValue)]
53 [InlineData(int.MaxValue, int.MinValue, int.MaxValue, int.MinValue)]
55 [InlineData(int.MinValue, int.MaxValue, int.MinValue, int.MaxValue)]
63 [InlineData(int.MaxValue, int.MinValue, int.MaxValue, int.MinValue)]
67 [InlineData(int.MinValue, int.MaxValue, int.MinValue, int.MaxValue)]
128 [InlineData(int.MaxValue, int.MinValue, int.MaxValue, int.MinValue)]
131 [InlineData(int.MinValue, int.MaxValue, int.MinValue, int.MaxValue)]
188 [InlineData(int.MaxValue, int.MinValue, int.MinValue, int.MaxValue)]
203 [InlineData(int.MaxValue, int.MinValue, int.MinValue, int.MaxValue)]
[all …]
H A DPointTests.cs19 [InlineData(int.MaxValue, int.MinValue)]
20 [InlineData(int.MinValue, int.MinValue)]
33 [InlineData(int.MinValue)]
53 [InlineData(int.MinValue, int.MinValue)]
62 [InlineData(int.MinValue, int.MinValue)]
74 [InlineData(int.MinValue, int.MinValue)]
85 [InlineData(int.MinValue, int.MinValue)]
96 [InlineData(int.MinValue, int.MinValue)]
118 [InlineData(float.MinValue, float.MinValue)]
140 [InlineData(int.MinValue, int.MinValue)]
[all …]
H A DSizeTests.cs19 [InlineData(int.MaxValue, int.MinValue)]
20 [InlineData(int.MinValue, int.MinValue)]
46 [InlineData(int.MaxValue, int.MinValue)]
47 [InlineData(int.MinValue, int.MinValue)]
55 [InlineData(int.MaxValue, int.MinValue)]
56 [InlineData(int.MinValue, int.MinValue)]
68 [InlineData(int.MinValue, int.MinValue)]
79 [InlineData(int.MinValue, int.MinValue)]
90 [InlineData(int.MinValue, int.MinValue)]
113 [InlineData(float.MinValue, float.MinValue)]
[all …]
H A DPointFTests.cs20 [InlineData(float.MaxValue, float.MinValue)]
21 [InlineData(float.MinValue, float.MinValue)]
23 [InlineData(float.MinValue, float.MaxValue)]
42 [InlineData(float.MaxValue, float.MinValue)]
43 [InlineData(float.MinValue, float.MinValue)]
51 [InlineData(float.MaxValue, float.MinValue)]
52 [InlineData(float.MinValue, float.MinValue)]
69 [InlineData(float.MaxValue, float.MinValue, int.MaxValue, int.MinValue)]
70 [InlineData(float.MinValue, float.MaxValue, int.MinValue, int.MaxValue)]
86 [InlineData(float.MaxValue, float.MinValue)]
[all …]
H A DRectangleFTests.cs21 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
36 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
49 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
84 [InlineData(float.MaxValue, float.MinValue)]
97 [InlineData(float.MaxValue, float.MinValue)]
109 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
152 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
169 [InlineData(float.MaxValue / 2, float.MinValue / 2, float.MinValue / 2, float.MaxValue / 2)]
187 [InlineData(float.MaxValue, float.MinValue, float.MaxValue / 2, float.MinValue / 2)]
211 [InlineData(float.MaxValue, float.MinValue, float.MinValue, float.MaxValue)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-46.cs28 if (cast_int ((object) Int32.MinValue) != Int32.MinValue) in Main()
39 if (cast_uint ((object) (uint) UInt32.MinValue) != UInt32.MinValue) in Main()
46 if (cast_ushort ((object) (ushort) UInt16.MinValue) != UInt16.MinValue) in Main()
57 if (cast_short ((object) (short) Int16.MinValue) != Int16.MinValue) in Main()
66 if (cast_byte ((object) (byte) Byte.MinValue) != Byte.MinValue) in Main()
77 if (cast_sbyte ((object) (sbyte)SByte.MinValue) != SByte.MinValue) in Main()
89 if (cast_long ((object) (long) Int64.MinValue) != Int64.MinValue) in Main()
100 if (cast_ulong ((object) (ulong) UInt64.MinValue) != UInt64.MinValue) in Main()
109 if (cast_double ((object) (double) Double.MinValue) != Double.MinValue) in Main()
120 if (cast_float ((object) (float) Single.MinValue) != Single.MinValue) in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DConvert.ToDouble.cs22 Byte[] testValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
23 Double[] expectedValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
46 Int16[] testValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
47 Double[] expectedValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
54 Int32[] testValues = { Int32.MaxValue, Int32.MinValue, 0 }; in FromInt32()
62 Int64[] testValues = { Int64.MaxValue, Int64.MinValue, 0 }; in FromInt64()
81 SByte[] testValues = { SByte.MaxValue, SByte.MinValue }; in FromSByte()
82 Double[] expectedValues = { SByte.MaxValue, SByte.MinValue }; in FromSByte()
111 UInt16[] testValues = { UInt16.MaxValue, UInt16.MinValue }; in FromUInt16()
119 UInt32[] testValues = { UInt32.MaxValue, UInt32.MinValue }; in FromUInt32()
[all …]
H A DConvert.ToByte.cs22 Char[] testValues = { 'A', Char.MinValue }; in FromChar()
23 Byte[] expectedValues = { (Byte)'A', (Byte)Char.MinValue }; in FromChar()
55 Int16[] testValues = { Byte.MinValue, Byte.MaxValue, 10, 2 }; in FromInt16()
59 Int16[] overflowValues = { Int16.MinValue, Int16.MaxValue }; in FromInt16()
66 Int32[] testValues = { Byte.MinValue, Byte.MaxValue, 10 }; in FromInt32()
67 Byte[] expectedValues = { Byte.MinValue, Byte.MaxValue, 10 }; in FromInt32()
70 Int32[] overflowValues = { Int32.MinValue, Int32.MaxValue }; in FromInt32()
77 Int64[] testValues = { Byte.MinValue, Byte.MaxValue, 10 }; in FromInt64()
78 Byte[] expectedValues = { Byte.MinValue, Byte.MaxValue, 10 }; in FromInt64()
81 Int64[] overflowValues = { Int64.MinValue, Int64.MaxValue }; in FromInt64()
[all …]
H A DConvert.ToSingle.cs22 Byte[] testValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
23 Single[] expectedValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
46 Int16[] testValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
47 Single[] expectedValues = { Int16.MaxValue, Int16.MinValue, 0f }; in FromInt16()
54 Int32[] testValues = { Int32.MaxValue, Int32.MinValue, 0 }; in FromInt32()
55 Single[] expectedValues = { Int32.MaxValue, Int32.MinValue, 0f }; in FromInt32()
62 Int64[] testValues = { Int64.MaxValue, Int64.MinValue, 0 }; in FromInt64()
111 UInt16[] testValues = { UInt16.MaxValue, UInt16.MinValue, }; in FromUInt16()
112 Single[] expectedValues = { UInt16.MaxValue, UInt16.MinValue }; in FromUInt16()
119 UInt32[] testValues = { UInt32.MaxValue, UInt32.MinValue }; in FromUInt32()
[all …]
H A DConvert.ToDecimal.cs22 Byte[] testValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
23 Decimal[] expectedValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
30 Decimal[] testValues = { Decimal.MaxValue, Decimal.MinValue, 0 }; in FromDecimal()
42 Double[] overflowValues = { Double.MaxValue, Double.MinValue }; in FromDouble()
49 Int16[] testValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
57 Int32[] testValues = { Int32.MaxValue, Int32.MinValue, 0 }; in FromInt32()
65 Int64[] testValues = { Int64.MaxValue, Int64.MinValue, 0 }; in FromInt64()
84 SByte[] testValues = { SByte.MinValue, SByte.MaxValue, 0 }; in FromSByte()
117 UInt16[] testValues = { UInt16.MaxValue, UInt16.MinValue }; in FromUInt16()
125 UInt32[] testValues = { UInt32.MaxValue, UInt32.MinValue }; in FromUInt32()
[all …]
H A DConvert.BoxedObjectCheck.cs17 yield return new object[] { Byte.MinValue }; in DefaultToTypeValues()
19 yield return new object[] { SByte.MinValue }; in DefaultToTypeValues()
22 yield return new object[] { Int16.MinValue }; in DefaultToTypeValues()
25 yield return new object[] { UInt16.MinValue }; in DefaultToTypeValues()
27 yield return new object[] { Int32.MinValue }; in DefaultToTypeValues()
30 yield return new object[] { UInt32.MinValue }; in DefaultToTypeValues()
32 yield return new object[] { Int64.MinValue }; in DefaultToTypeValues()
35 yield return new object[] { UInt64.MinValue }; in DefaultToTypeValues()
37 yield return new object[] { Char.MinValue }; in DefaultToTypeValues()
40 yield return new object[] { Double.MinValue }; in DefaultToTypeValues()
[all …]
H A DConvert.ToInt64.cs22 Byte[] testValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
30 Char[] testValues = { Char.MaxValue, Char.MinValue, 'b' }; in FromChar()
31 Int64[] expectedValues = { Char.MaxValue, Char.MinValue, 98 }; in FromChar()
42 Decimal[] overflowValues = { Decimal.MaxValue, Decimal.MinValue }; in FromDecimal()
53 Double[] overflowValues = { Double.MaxValue, Double.MinValue }; in FromDouble()
68 Int32[] testValues = { Int32.MaxValue, Int32.MinValue, 0 }; in FromInt32()
69 Int64[] expectedValues = { Int32.MaxValue, Int32.MinValue, 0 }; in FromInt32()
76 Int64[] testValues = { Int64.MaxValue, Int64.MinValue, 0 }; in FromInt64()
77 Int64[] expectedValues = { Int64.MaxValue, Int64.MinValue, 0 }; in FromInt64()
107 Single[] overflowValues = { Single.MaxValue, Single.MinValue }; in FromSingle()
[all …]
H A DConvert.ToInt16.cs22 Byte[] testValues = { Byte.MaxValue, Byte.MinValue }; in FromByte()
30 Char[] testValues = { 'A', Char.MinValue, }; in FromChar()
31 Int16[] expectedValues = { 65, (Int16)Char.MinValue }; in FromChar()
42 Decimal[] overflowValues = { Decimal.MaxValue, Decimal.MinValue }; in FromDecimal()
53 Double[] overflowValues = { Double.MaxValue, Double.MinValue }; in FromDouble()
60 Int16[] testValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
61 Int16[] expectedValues = { Int16.MaxValue, Int16.MinValue, 0 }; in FromInt16()
72 Int32[] overflowValues = { Int32.MaxValue, Int32.MinValue }; in FromInt32()
83 Int64[] overflowValues = { Int64.MaxValue, Int64.MinValue }; in FromInt64()
113 Single[] overflowValues = { Single.MaxValue, Single.MinValue }; in FromSingle()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddimopxt.h64 MinValue[0] = 0; in DiMonoPixelTemplate()
65 MinValue[1] = 0; in DiMonoPixelTemplate()
82 MinValue[0] = 0; in DiMonoPixelTemplate()
83 MinValue[1] = 0; in DiMonoPixelTemplate()
98 MinValue[0] = 0; in DiMonoPixelTemplate()
99 MinValue[1] = 0; in DiMonoPixelTemplate()
148 min = MinValue[0]; in getMinMaxValues()
310 MinValue[0] = 0; in DiMonoPixelTemplate()
311 MinValue[1] = 0; in DiMonoPixelTemplate()
326 MinValue[0] = 0; in DiMonoPixelTemplate()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Imaging/
H A DWmfPlaceableFileHeaderTest.cs60 wh.BboxBottom = short.MinValue; in Min()
62 wh.BboxLeft = short.MinValue; in Min()
64 wh.BboxRight = short.MinValue; in Min()
66 wh.BboxTop = short.MinValue; in Min()
68 wh.Checksum = short.MinValue; in Min()
70 wh.Hmf = short.MinValue; in Min()
71 Assert.AreEqual (short.MinValue, wh.Hmf, "Hmf"); in Min()
72 wh.Inch = short.MinValue; in Min()
74 wh.Key = int.MinValue; in Min()
75 Assert.AreEqual (int.MinValue, wh.Key, "Key"); in Min()
[all …]
H A DMetaHeaderTest.cs58 mh.HeaderSize = short.MinValue; in Min()
60 mh.MaxRecord = int.MinValue; in Min()
61 Assert.AreEqual (int.MinValue, mh.MaxRecord, "MaxRecord"); in Min()
62 mh.NoObjects = short.MinValue; in Min()
64 mh.NoParameters = short.MinValue; in Min()
66 mh.Size = int.MinValue; in Min()
67 Assert.AreEqual (int.MinValue, mh.Size, "Size"); in Min()
68 mh.Type = short.MinValue; in Min()
69 Assert.AreEqual (short.MinValue, mh.Type, "Type"); in Min()
70 mh.Version = short.MinValue; in Min()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/include/dcmtk/dcmimgle/
H A Ddimopxt.h58 MinValue[0] = 0; in DiMonoPixelTemplate()
59 MinValue[1] = 0; in DiMonoPixelTemplate()
91 MinValue[0] = 0; in DiMonoPixelTemplate()
92 MinValue[1] = 0; in DiMonoPixelTemplate()
107 MinValue[0] = 0; in DiMonoPixelTemplate()
108 MinValue[1] = 0; in DiMonoPixelTemplate()
331 MinValue[0] = 0; in DiMonoPixelTemplate()
332 MinValue[1] = 0; in DiMonoPixelTemplate()
347 MinValue[0] = 0; in DiMonoPixelTemplate()
348 MinValue[1] = 0; in DiMonoPixelTemplate()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/
H A DCompareToTests.cs32 Assert.True(0 > byte.MinValue.CompareTo((byte)1)); in FromByte()
37 Assert.True(0 > byte.MinValue.CompareTo((object)(byte)1)); in FromByte()
57 Assert.True(0 > decimal.MinValue.CompareTo((decimal)0)); in FromDecimal()
75 Assert.True(0 > double.MinValue.CompareTo((double)0)); in FromDouble()
93 Assert.True(0 > short.MinValue.CompareTo((short)0)); in FromInt16()
111 Assert.True(0 > int.MinValue.CompareTo((int)0)); in FromInt32()
129 Assert.True(0 > long.MinValue.CompareTo((long)0)); in FromInt64()
146 Assert.True(0 > sbyte.MinValue.CompareTo((sbyte)0)); in FromSByte()
164 Assert.True(0 > float.MinValue.CompareTo((float)0)); in FromSingle()
198 Assert.True(0 > uint.MinValue.CompareTo((uint)1)); in FromUInt32()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Unary/
H A DIncrementDecrementTests.cs58 … yield return new object[] {new Incrementable(int.MinValue), new Incrementable(int.MinValue + 1)}; in IncrementableValues()
59 … yield return new object[] {new Incrementable(int.MaxValue), new Incrementable(int.MinValue)}; in IncrementableValues()
71 … yield return new object[] {new Incrementable(int.MinValue), new Incrementable(int.MinValue + 2)}; in DoublyIncrementedIncrementableValues()
72 … yield return new object[] {new Incrementable(int.MaxValue), new Incrementable(int.MinValue + 1)}; in DoublyIncrementedIncrementableValues()
84 yield return new object[] {int.MinValue, int.MinValue + 2}; in DoublyIncrementedInt32s()
85 yield return new object[] {int.MaxValue, int.MinValue + 1}; in DoublyIncrementedInt32s()
98 … yield return new object[] {new Decrementable(int.MinValue), new Decrementable(int.MaxValue)}; in DecrementableValues()
111 … yield return new object[] {new Decrementable(int.MinValue), new Decrementable(int.MaxValue - 1)}; in DoublyDecrementedDecrementableValues()
124 yield return new object[] {int.MinValue, int.MaxValue - 1}; in DoublyDecrementedInt32s()

12345678910>>...82