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 hyde's sheep.",
getPrivateReply(hyde));
hyde.clearEvents();
// ...regarless of the owner
sheep.setOwner(jekyll);
StendhalRPAction.startAttack(hyde, sheep);
assertNull("Attacking a sheep in protected area ", hyde.getAttackTarget());