Rename SPRING_CLASS_RULE fields to springClassRule
This commit is contained in:
@@ -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