public void WhenOnRobotDeathIsCalled() { _deadRobotName = RandomHelper.RandomRobotName(); var e = new RobotDeathEvent(_deadRobotName); _brain.OnRobotDeath(e); }
public override void OnRobotDeath(RobotDeathEvent evnt) { _brain.OnRobotDeath(evnt); }