/**
  * Expects a string that ends with the given suffix. For details, see the EasyMock documentation.
  *
  * @param suffix the suffix.
  * @return <code>null</code>.
  */
 protected final String endsWith(String suffix) {
   return EasyMock.endsWith(suffix);
 }