File tree 1 file changed +3
-3
lines changed
easy-rules-spel/src/test/java/org/jeasy/rules/spel
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public void testSpELFunctionExecution() throws Exception {
71
71
}
72
72
73
73
@ Test
74
- public void testMVELActionExecutionWithFailure () throws Exception {
74
+ public void testSpELActionExecutionWithFailure () throws Exception {
75
75
// given
76
76
expectedException .expect (Exception .class );
77
77
expectedException .expectMessage ("EL1004E: Method call: Method setBlah(java.lang.Boolean) cannot be found on type org.jeasy.rules.spel.Person" );
@@ -88,7 +88,7 @@ public void testMVELActionExecutionWithFailure() throws Exception {
88
88
}
89
89
90
90
@ Test
91
- public void testMVELActionWithExpressionAndParserContext () throws Exception {
91
+ public void testSpELActionWithExpressionAndParserContext () throws Exception {
92
92
// given
93
93
ParserContext context = new TemplateParserContext ();
94
94
Action printAction = new SpELAction ("#{ T(org.jeasy.rules.spel.Person).sayHello() }" , context );
@@ -101,4 +101,4 @@ public void testMVELActionWithExpressionAndParserContext() throws Exception {
101
101
assertThat (systemOutRule .getLog ()).contains ("hello" );
102
102
103
103
}
104
- }
104
+ }
You can’t perform that action at this time.
0 commit comments