mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:30:28 +00:00
Enable SpringJUnit5 Checkstyle rule
See gh-36496 Closes gh-36496
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ import static org.mockito.Mockito.verify;
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@MockitoSettings(strictness = Strictness.LENIENT)
|
||||
public class SubProtocolWebSocketHandlerTests {
|
||||
class SubProtocolWebSocketHandlerTests {
|
||||
|
||||
@Mock SubProtocolHandler stompHandler;
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ import org.springframework.web.testfixture.servlet.MockServletContext;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
public class SpringConfiguratorTests {
|
||||
class SpringConfiguratorTests {
|
||||
|
||||
private MockServletContext servletContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user