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