StendhalRPAction.startAttack(hyde, sheep);
assertNull("Attacking a sheep in protected area ", hyde.getAttackTarget());
assertEquals("message at attacking a sheep in protected area",
"The powerful protective aura in this place prevents you from attacking that sheep.",
getPrivateReply(hyde));
hyde.stopAttack();
hyde.clearEvents();
// the same with an owned sheep
sheep.setOwner(hyde);
StendhalRPAction.startAttack(hyde, sheep);