/**
  * Sets the failed property to true.
  * @deprecated Will be remove in future version! Algorithms are unstable and may procedure errors.
  */
 public function failed()
 {
     $this->testSuite->setFailed(true);
     if ($this->failed) {
         return $this;
     }
     echo "Element provider deactivated ..\n";
     $this->failed = true;
     return $this;
 }