/**
  * Expects any char argument. For details, see the EasyMock documentation.
  *
  * @return <code>0</code>.
  */
 protected final char anyChar() {
   return EasyMock.anyChar();
 }