mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化测试用例,补充注释
This commit is contained in:
@@ -52,6 +52,7 @@ public class SwitchELSpringbootTest extends BaseTest {
|
||||
Assert.assertEquals("a==>f==>b",response.getExecuteStepStr());
|
||||
}
|
||||
|
||||
//根据tag来跳转,指定哪个组件的tag
|
||||
@Test
|
||||
public void testSwitch4() throws Exception{
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain4", "arg");
|
||||
@@ -59,6 +60,7 @@ public class SwitchELSpringbootTest extends BaseTest {
|
||||
Assert.assertEquals("a==>g==>d",response.getExecuteStepStr());
|
||||
}
|
||||
|
||||
//tag的跳转
|
||||
@Test
|
||||
public void testSwitch5() throws Exception{
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain5", "arg");
|
||||
|
||||
Reference in New Issue
Block a user