mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化测试用例
This commit is contained in:
@@ -15,6 +15,7 @@ public class ACmp extends NodeComponent {
|
||||
|
||||
@Override
|
||||
public void process() {
|
||||
System.out.println(this.getCmpData(String.class));
|
||||
System.out.println("ACmp executed!");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
/**
|
||||
* 测试注释
|
||||
*/
|
||||
package com.yomahub.liteflow.test.comments;
|
||||
@@ -1,10 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<chain name="chain1">
|
||||
sql = "select * from member t
|
||||
where t.id=10001";
|
||||
cmpData = '{"name":"jack","age":27,"birth":"1995-10-01"}';
|
||||
|
||||
THEN(
|
||||
a,
|
||||
a.data(sql),
|
||||
b.data(cmpData),
|
||||
c
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user