Add JUnit 5 checkstyle rules
Add a rule to enforce JUnit 5 usage and conventions. Closes gh-17093
This commit is contained in:
@@ -37,6 +37,9 @@ import static org.springframework.test.web.client.response.MockRestResponseCreat
|
||||
@RestClientTest(ExampleRestClient.class)
|
||||
public class RestClientTestWithComponentIntegrationTests {
|
||||
|
||||
// JUnit 4 because RestClientTestWithoutJacksonIntegrationTests uses
|
||||
// ModifiedClassPathRunner
|
||||
|
||||
@Autowired
|
||||
private MockRestServiceServer server;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user