public function testValue()
 {
     $this->hit->setValue('some_value');
     $this->assertSame('some_value', $this->hit->getValue());
 }