public void CgeI2I2(short a, short b) { Assert.Equal(Int16Tests.CgeI2I2(a, b), Run <bool>("Mosa.UnitTest.Collection.Int16Tests.CgeI2I2", a, b)); }
public void CgeI2_I2([I2] short a, [I2] short b) { Assert.AreEqual(Int16Tests.CgeI2I2(a, b), Run <bool>("Mosa.Test.Collection", "Int16Tests", "CgeI2I2", a, b)); }