diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/application1.properties b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/application1.properties new file mode 100644 index 000000000..2286d450d --- /dev/null +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/application1.properties @@ -0,0 +1 @@ +liteflow.rule-source=bindData/flow1.xml \ No newline at end of file diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/flow1.xml b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/flow1.xml new file mode 100644 index 000000000..0aeacf067 --- /dev/null +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/bindData/flow1.xml @@ -0,0 +1,23 @@ + + + + + THEN(a.bind("k1", "test"), b); + + + + THEN(a,b).bind("k1","test"); + + + + THEN(SWITCH(y).TO(d,c), WHEN(a, b), IF(x, c, d)).bind("k1", "test") + + + + THEN(a,IF(NOT(x), b, c)); + + + + THEN(d, sub.bind("k1", "test2")) + + \ No newline at end of file