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