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

@@ -3627,7 +3627,7 @@ demonstrates the proper way to declare these rules in an integration test.
public class IntegrationTest {
@ClassRule
public static final SpringClassRule SPRING_CLASS_RULE = new SpringClassRule();
public static final SpringClassRule springClassRule = new SpringClassRule();
@Rule
public final SpringMethodRule springMethodRule = new SpringMethodRule();