Polishing

This commit is contained in:
Juergen Hoeller
2018-03-28 12:06:38 +02:00
parent d1a0b8d53f
commit b2d87abcbb
6 changed files with 15 additions and 16 deletions

View File

@@ -236,7 +236,7 @@ public class SpelReproTests extends AbstractExpressionTests {
}
@Test
public void accessingNullPropertyViaReflection_SPR5663() throws AccessException {
public void propertyAccessOnNullTarget_SPR5663() throws AccessException {
PropertyAccessor accessor = new ReflectivePropertyAccessor();
EvaluationContext context = TestScenarioCreator.getTestEvaluationContext();
assertFalse(accessor.canRead(context, null, "abc"));