/**
  * @covers Gloubster\Message\Job\AbstractJob::isOk
  */
 public function testIsOkWithException()
 {
     $this->assertInternalType('boolean', $this->object->isOk());
     $this->assertTrue($this->object->isOk(true));
 }