Skip to content

Commit

Permalink
refactor: RewriteTest classes should not be public
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Feb 9, 2024
1 parent d529b3c commit 58d19f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import static org.openrewrite.java.Assertions.java;

public class AssertTrueInstanceofToAssertInstanceOfTest implements RewriteTest {
class AssertTrueInstanceofToAssertInstanceOfTest implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import static org.openrewrite.java.Assertions.java;

public class RemoveDuplicateTestTemplatesTest implements RewriteTest {
class RemoveDuplicateTestTemplatesTest implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.openrewrite.java.Assertions.mavenProject;
import static org.openrewrite.maven.Assertions.pomXml;

public class UpgradeOkHttpMockWebServerTest implements RewriteTest {
class UpgradeOkHttpMockWebServerTest implements RewriteTest {

@Override
public void defaults(RecipeSpec spec) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static org.openrewrite.java.Assertions.mavenProject;
import static org.openrewrite.maven.Assertions.pomXml;

public class UseXMLUnitLegacyTest implements RewriteTest {
class UseXMLUnitLegacyTest implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
spec
Expand Down

0 comments on commit 58d19f9

Please sign in to comment.