Convert remaining Groovy tests to Java by FinlayRJW · Pull Request #1538 · palantir/palantir-java-format (original) (raw)

Before this PR

ConfigureJavaFormatterXmlTest and FormatDiffTest were written in Groovy and depended on nebula-test. GradlewExecutor.java was unused. These where not migrated via the AI as they are not IntegrationSpecs

After this PR

Tests converted to Java. Removed nebula-test dependency. Deleted unused GradlewExecutor.java
==COMMIT_MSG==
Convert Groovy tests to Java, remove nebula-test dependency, delete unused GradlewExecutor
==COMMIT_MSG==

Possible downsides?

None