Skip to content

Commit

Permalink
Remove unused test code
Browse files Browse the repository at this point in the history
  • Loading branch information
arouel committed Oct 25, 2024
1 parent 893f425 commit 8aaf0e9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void issue_1638() {

@Test
public void sort_members_no_fields() {
ClassLoader classLoader = getClass().getClassLoader();
EclipseJdtFormatterStep.Builder builder = EclipseJdtFormatterStep.createBuilder(TestProvisioner.mavenCentral());
builder.setMembersOrdering("SF,SI,SM,F,I,C,M,T", true);
StepHarness.forStep(builder.build())
Expand All @@ -47,7 +46,6 @@ public void sort_members_no_fields() {

@Test
public void sort_members() {
ClassLoader classLoader = getClass().getClassLoader();
EclipseJdtFormatterStep.Builder builder = EclipseJdtFormatterStep.createBuilder(TestProvisioner.mavenCentral());
builder.setMembersOrdering("SF,SI,SM,F,I,C,M,T", false);
StepHarness.forStep(builder.build())
Expand All @@ -56,7 +54,6 @@ public void sort_members() {

@Test
public void sort_members_and_by_visibility() {
ClassLoader classLoader = getClass().getClassLoader();
EclipseJdtFormatterStep.Builder builder = EclipseJdtFormatterStep.createBuilder(TestProvisioner.mavenCentral());
builder.setMembersOrdering("SF,SI,SM,F,I,C,M,T", false);
builder.setVisibilityOrdering("B,R,D,V");
Expand Down

0 comments on commit 8aaf0e9

Please sign in to comment.