Polish away public modifier on tests

This commit is contained in:
Moritz Halbritter
2022-12-16 16:08:44 +01:00
parent 1754018a7b
commit 08659baeba
9 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*/
@SpringBootTest
@Testcontainers(disabledWithoutDocker = true)
public class Neo4jReactiveHealthIndicatorIntegrationTests {
class Neo4jReactiveHealthIndicatorIntegrationTests {
// gh-33428

View File

@@ -41,7 +41,7 @@ import static org.mockito.Mockito.mock;
*
* @author Andy Wilkinson
*/
public class ElasticsearchClientAutoConfigurationTests {
class ElasticsearchClientAutoConfigurationTests {
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
.withConfiguration(AutoConfigurations.of(ElasticsearchClientAutoConfiguration.class));

View File

@@ -27,7 +27,7 @@ import org.springframework.graphql.test.tester.GraphQlTester;
* @author Brian Clozel
*/
@GraphQlTest(BookController.class)
public class GraphQlTestIntegrationTest {
class GraphQlTestIntegrationTest {
@Autowired
private GraphQlTester graphQlTester;

View File

@@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Jonatan Ivanov
*/
public class OsInfoTests {
class OsInfoTests {
@Test
void osInfoIsAvailable() {

View File

@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Andy Wilkinson
*/
public class UndertowWebServerRuntimeHintsTests {
class UndertowWebServerRuntimeHintsTests {
@Test
void registersHints() throws ClassNotFoundException {