Skip to content

Commit f0e390c

Browse files
Prefix Test methods with public to make them visible to maven
1 parent b96feba commit f0e390c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-data-eclipse-store-migration/src/test/java/software/xdev/spring/data/eclipse/store/AddAnnotationToOtherAnnotationTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void defaults(final RecipeSpec recipeSpec)
4444
}
4545

4646
@Test
47-
void testSimpleSingle()
47+
public void testSimpleSingle()
4848
{
4949
this.rewriteRun
5050
(
@@ -79,7 +79,7 @@ public A()
7979
}
8080

8181
@Test
82-
void testSimpleMultiple()
82+
public void testSimpleMultiple()
8383
{
8484
this.rewriteRun
8585
(
@@ -141,7 +141,7 @@ public B()
141141
}
142142

143143
@Test
144-
void testAlreadyAdded()
144+
public void testAlreadyAdded()
145145
{
146146
this.rewriteRun
147147
(
@@ -165,7 +165,7 @@ public A()
165165
}
166166

167167
@Test
168-
void testSimpleNoAnnotation()
168+
public void testSimpleNoAnnotation()
169169
{
170170
this.rewriteRun
171171
(
@@ -184,7 +184,7 @@ public A()
184184
}
185185

186186
@Test
187-
void testSimpleNoAnnotationAndAnnotation()
187+
public void testSimpleNoAnnotationAndAnnotation()
188188
{
189189
this.rewriteRun
190190
(

0 commit comments

Comments
 (0)