mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rename SPRING_CLASS_RULE fields to springClassRule
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ import org.springframework.util.ReflectionUtils;
|
||||
* <pre><code> public class ExampleSpringIntegrationTest {
|
||||
*
|
||||
* @ClassRule
|
||||
* public static final SpringClassRule SPRING_CLASS_RULE = new SpringClassRule();
|
||||
* public static final SpringClassRule springClassRule = new SpringClassRule();
|
||||
*
|
||||
* @Rule
|
||||
* public final SpringMethodRule springMethodRule = new SpringMethodRule();
|
||||
|
||||
Reference in New Issue
Block a user