public void CgeU4U4(uint a, uint b)
 {
     Assert.Equal(UInt32Tests.CgeU4U4(a, b), Run <bool>("Mosa.Test.Collection.UInt32Tests.CgeU4U4", a, b));
 }
Example #2
0
 public void CgeU4U4([U4] uint a, [U4] uint b)
 {
     Assert.AreEqual(UInt32Tests.CgeU4U4(a, b), Run <bool>("Mosa.Test.Collection", "UInt32Tests", "CgeU4U4", a, b));
 }