@Test
 public void testHumanDefaultAttackStr() {
   Human h = new Human("Steve", 30, 10);
   assertEquals(5, h.getAttackDmg());
 }