Remove remnants of JUnit 4 rules (#1336)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1336)
<!-- Reviewable:end -->
This commit is contained in:
Lai Jiang 2021-09-24 06:35:35 -04:00 committed by GitHub
parent 9eb55edde7
commit df65fbc212
83 changed files with 270 additions and 272 deletions

View file

@ -117,7 +117,7 @@ public final class NettyExtension implements AfterEachCallback {
}
void checkReady() {
checkState(clientChannel != null, "Must call setUpClient to finish NettyRule setup");
checkState(clientChannel != null, "Must call setUpClient to finish NettyExtension setup");
}
/**