mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
增加漏掉的测试用例
This commit is contained in:
@@ -54,6 +54,12 @@ public class AsyncNodeELSpringbootTest extends BaseTest {
|
||||
).contains(response.getExecuteStepStr()));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAsyncFlow3() {
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain3", "it's a base request");
|
||||
Assert.assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
//测试errorResume,默认的errorResume为false,这里测试默认的
|
||||
@Test
|
||||
public void testAsyncFlow3_1() {
|
||||
|
||||
Reference in New Issue
Block a user