1 package sample.more;2 3 /**4 * @mock:generate5 */6 public interface OneIntReturningMethod {7 8 int toInt();9 }