Ejemplo n.º 1
0
 public void Test1()
 {
     int[] r = new int[] { 3, 2, 1, 1 };
     Assert.AreEqual(r, SqInRect.sqInRect(5, 3));
 }
Ejemplo n.º 2
0
 public void Test3()
 {
     Assert.AreEqual(null, SqInRect.sqInRect(5, 5));
 }