public function testSetHandled()
 {
     $this->object->setHandled('special');
     $this->assertEquals('special', $this->object->isHandled());
 }