public function testResultWithoutNormalisedErrorIsNotNormalised()
 {
     $result = new Result();
     $this->assertFalse($result->isNormalised());
 }