예제 #1
0
 public void testRandomPoint()
 {
     for (int i = 0; i < 1000; ++i)
     {
         Assert.IsTrue(testRect.isInsideBorder(testRect.randomPoint()));
     }
 }