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