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