1 package sample.more;2 3 /**4 * @mock:generate5 */6 public interface OneStringReturningMethod {7 String toString();8 }