예제 #1
0
 public void CompareLessThanOrEqualU2([U2] ushort a, [U2] ushort b, [U2] ushort c, [U2] ushort d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualU2(a, b, c, d), Run <ushort>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualU2", a, b, c, d));
 }
예제 #2
0
 public void CompareLessThanOrEqualR8([R8] double a, [R8] double b, [R8] double c, [R8] double d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualR8(a, b, c, d), Run <double>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualR8", a, b, c, d));
 }
예제 #3
0
 public void CompareLessThanOrEqualU1([U1] byte a, [U1] byte b, [U1] byte c, [U1] byte d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualU1(a, b, c, d), Run <byte>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualU1", a, b, c, d));
 }
예제 #4
0
 public void CompareLessThanOrEqualI8([I8] long a, [I8] long b, [I8] long c, [I8] long d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualI8(a, b, c, d), Run <long>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualI8", a, b, c, d));
 }
예제 #5
0
 public void CompareLessThanOrEqualR4([R4] float a, [R4] float b, [R4] float c, [R4] float d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualR4(a, b, c, d), Run <float>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualR4", a, b, c, d));
 }
예제 #6
0
 public void CompareLessThanOrEqualI4([I4] int a, [I4] int b, [I4] int c, [I4] int d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareLessThanOrEqualI4(a, b, c, d), Run <int>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareLessThanOrEqualI4", a, b, c, d));
 }
예제 #7
0
 public void CompareGreaterThanOrEqualI2([I2] short a, [I2] short b, [I2] short c, [I2] short d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareGreaterThanOrEqualI2(a, b, c, d), Run <short>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareGreaterThanOrEqualI2", a, b, c, d));
 }
예제 #8
0
 public void CompareGreaterThanOrEqualI1([I1] sbyte a, [I1] sbyte b, [I1] sbyte c, [I1] sbyte d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareGreaterThanOrEqualI1(a, b, c, d), Run <sbyte>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareGreaterThanOrEqualI1", a, b, c, d));
 }
예제 #9
0
 public void CompareGreaterThanOrEqualU8([U8] ulong a, [U8] ulong b, [U8] ulong c, [U8] ulong d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareGreaterThanOrEqualU8(a, b, c, d), Run <ulong>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareGreaterThanOrEqualU8", a, b, c, d));
 }
예제 #10
0
 public void CompareGreaterThanOrEqualU4([U4] uint a, [U4] uint b, [U4] uint c, [U4] uint d)
 {
     Assert.AreEqual(ConditionalOperatorTests.CompareGreaterThanOrEqualU4(a, b, c, d), Run <uint>("Mosa.Test.Collection", "ConditionalOperatorTests", "CompareGreaterThanOrEqualU4", a, b, c, d));
 }