use of com.qlangtech.tis.order.center.TestJoinTaskContext in project tis by qlangtech.
the class TestSqlRewriter method testTmp_pay.
public void testTmp_pay() {
final String tmpPay = "tmp_pay";
SqlTaskNodeMeta nodeMeta = getSqlTaskNodeMeta(tmpPay);
TestJoinTaskContext taskContext = new TestJoinTaskContext();
assertFull(tmpPay, nodeMeta, taskContext, nodeMeta.getSql());
}
Aggregations