fix test name

pull/241/head
Mahmoud Ben Hassine 5 years ago
parent 8c78a14964
commit 9710eb1301
No known key found for this signature in database
GPG Key ID: 79FCFB0A184E0036

@ -71,7 +71,7 @@ public class SpELActionTest {
}
@Test
public void testMVELActionExecutionWithFailure() throws Exception {
public void testSpELActionExecutionWithFailure() throws Exception {
// given
expectedException.expect(Exception.class);
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 class SpELActionTest {
}
@Test
public void testMVELActionWithExpressionAndParserContext() throws Exception {
public void testSpELActionWithExpressionAndParserContext() throws Exception {
// given
ParserContext context = new TemplateParserContext();
Action printAction = new SpELAction("#{ T(org.jeasy.rules.spel.Person).sayHello() }", context);

Loading…
Cancel
Save