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