From 29be7d602a177480cfbc9eff39d01071a36f9705 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Mon, 7 Nov 2022 18:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=EF=BC=8C=E8=A1=A5=E5=85=85=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/switchcase/SwitchELSpringbootTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/switchcase/SwitchELSpringbootTest.java b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/switchcase/SwitchELSpringbootTest.java index c6270ea5c..7df2f08aa 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/switchcase/SwitchELSpringbootTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/switchcase/SwitchELSpringbootTest.java @@ -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");