Polish access modifiers for test classes

See gh-27736
This commit is contained in:
izeye
2021-08-18 00:52:34 +09:00
committed by Andy Wilkinson
parent 2baee89971
commit 8a425dedfd
42 changed files with 45 additions and 46 deletions

View File

@@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Andy Wilkinson
*/
public class DefaultWebMvcTagsProviderTests {
class DefaultWebMvcTagsProviderTests {
@Test
void whenTagsAreProvidedThenDefaultTagsArePresent() {

View File

@@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Andy Wilkinson
*/
public class OutcomeTests {
class OutcomeTests {
@Test
void outcomeForInformationalStatusIsInformational() {

View File

@@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Andy Wilkinson
*/
public class DefaultWebFluxTagsProviderTests {
class DefaultWebFluxTagsProviderTests {
@Test
void whenTagsAreProvidedThenDefaultTagsArePresent() {