/**
  * @test
  */
 public function it_should_get_hit()
 {
     $this->assertEquals($this->hit, $this->result->getHit());
 }