Beispiel #1
0
 public void AddU4U4([U4] uint a, [U4] uint b)
 {
     Assert.AreEqual(UInt32Tests.AddU4U4(a, b), Run <uint>("Mosa.Test.Collection", "UInt32Tests", "AddU4U4", a, b));
 }
 public void AddU4U4(uint a, uint b)
 {
     Assert.Equal(UInt32Tests.AddU4U4(a, b), Run <uint>("Mosa.Test.Collection.UInt32Tests.AddU4U4", a, b));
 }
Beispiel #3
0
 public static void Test()
 {
     UInt32Tests.AddU4U4(1, 2);
 }