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