
Statistics are awfully against Italy, who lost their last match 27-6 in June. Longing for a try!
...or how to be heavyweight and agile at the same time

@Test(expected=IllegalArgumentException.class)
public void makeBaby() {
Family family = moz.getFamily();
assertNotNull(family);
assertEquals((2, family.getChildren().size());)
BabyFactory factory = family.getWife();
assertNotNull(factory);
Baby babygirl = factory.makeBabyGirl("Mila");
assertNotNull(babygirl);
family.addChild(babygirl);
assertEquals(3, family.getChildren().size());
boss.askForRaise(moz);
}
...for tonight is the night that my beautiful creature is destined to be born!
