/**
  * @return $this
  */
 public function andReturnValues(array $values)
 {
     $this->expectation->andReturnValues($values);
     return $this;
 }