Exemplo n.º 1
0
 public void CeqI1I1([I1] sbyte a, [I1] sbyte b)
 {
     Assert.AreEqual(Int8Tests.CeqI1I1(a, b), Run <bool>("Mosa.Test.Collection", "Int8Tests", "CeqI1I1", a, b));
 }
Exemplo n.º 2
0
 public void CeqI1I1(sbyte a, sbyte b)
 {
     Assert.Equal(Int8Tests.CeqI1I1(a, b), Run <bool>("Mosa.UnitTest.Collection.Int8Tests.CeqI1I1", a, b));
 }