Esempio n. 1
0
 public void GetIntersectedCoordsCollection_ShouldThrowException_WhenDictionaryIsNull()
 {
     OrthogonalRectanglesTestsHelpers
     .GetIntersectedCoordsCollection_ShouldThrowException_WhenDictionaryIsNullHelper((Dictionary <int, List <int> >)null);
 }