svoid assertSquare(WidthAndHeight img) { assertEquals(img.getWidth(), img.getHeight()); }