- Wildcard imports such as import java.util.* or import static org.assertj.core.api.Assertions.* are forbidden, even in test code. https://github.com/spring-projects/spring-framework/wiki/Code-Style#import-statements
- Wildcard imports such as import java.util.* or import static org.assertj.core.api.Assertions.* are forbidden, even in test code. https://github.com/spring-projects/spring-framework/wiki/Code-Style#import-statements