Beispiel #1
0
 public void CgtI4I4(int a, int b)
 {
     Assert.Equal(Int32Tests.CgtI4I4(a, b), Run <bool>("Mosa.Test.Collection.Int32Tests.CgtI4I4", a, b));
 }
Beispiel #2
0
 public void CgtI4I4([I4] int a, [I4] int b)
 {
     Assert.AreEqual(Int32Tests.CgtI4I4(a, b), Run <bool>("Mosa.Test.Collection", "Int32Tests", "CgtI4I4", a, b));
 }