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