I
just staring with intellij i'm looking to a way to add to about one hundred classes this code just under the class declaration :
@Override
public String getUrl() {
return BASE_URL + "template";
}
@Override
public void isAt() {
assertThat(title()).isEqualTo("template");
}
thanks