@Test
 public void testAct_BranchCoverage() {
   List<Civilization> allCivs = this.getAllCivArrayList();
   civ.act((ArrayList<Civilization>) allCivs, 4);
   civ.makePlayer();
   civ.act((ArrayList<Civilization>) allCivs, 4);
 }