/**
  * @covers Gloubster\Message\Job\AbstractJob::getParameter
  * @expectedException Gloubster\Exception\InvalidArgumentException
  */
 public function testGetParameterMustThrowAnxceptionOnInvalidParameter()
 {
     $this->object->getParameter('bidou');
 }