}
@Test
public void testContains() {
IShape sh1 = ShapeFactory.createRectangle();
IShape sh2 = ShapeFactory.createRectangle();
IShape sh3 = ShapeFactory.createRectangle();
IShape sh4 = ShapeFactory.createRectangle();
shape.getShapes().add(sh1);
shape.getShapes().add(sh2);
shape.getShapes().add(sh3);