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

@@ -40,7 +40,7 @@ import static org.mockito.Mockito.mock;
* @author Madhura Bhave
* @author Scott Frederick
*/
public class CustomLayersProviderTests {
class CustomLayersProviderTests {
private CustomLayersProvider customLayersProvider;

View File

@@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
* @author Wei Jiang
* @author Scott Frederick
*/
public class DockerTests {
class DockerTests {
@Test
void asDockerConfigurationWithDefaults() {