Exemplo n.º 1
0
 public void CltU4U4(uint a, uint b)
 {
     Assert.Equal(UInt32Tests.CltU4U4(a, b), Run <bool>("Mosa.Test.Collection.UInt32Tests.CltU4U4", a, b));
 }
Exemplo n.º 2
0
 public void CltU4U4([U4] uint a, [U4] uint b)
 {
     Assert.AreEqual(UInt32Tests.CltU4U4(a, b), Run <bool>("Mosa.Test.Collection", "UInt32Tests", "CltU4U4", a, b));
 }