Rename SPRING_CLASS_RULE fields to springClassRule

This commit is contained in:
Sam Brannen
2017-09-06 17:38:22 +02:00
parent 16f3f8d28f
commit dcdb0b416f
15 changed files with 17 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ import org.springframework.util.ReflectionUtils;
* <pre><code> public class ExampleSpringIntegrationTest {
*
* &#064;ClassRule
* public static final SpringClassRule SPRING_CLASS_RULE = new SpringClassRule();
* public static final SpringClassRule springClassRule = new SpringClassRule();
*
* &#064;Rule
* public final SpringMethodRule springMethodRule = new SpringMethodRule();