public function describeTo(Hamcrest_Description $description) { $description->appendList($this->descriptionStart(), $this->descriptionSeparator(), $this->descriptionEnd(), $this->_elementMatchers); }
public function describeTo(Hamcrest_Description $description) { $description->appendList('(', ' and ', ')', $this->_matchers); }
public function describeTo(Hamcrest_Description $description) { $description->appendList('[', ', ', ']', $this->_elementMatchers); }
public function describeToWithOperator(Hamcrest_Description $description, $operator) { $description->appendList('(', ' ' . $operator . ' ', ')', $this->_matchers); }