Search in sources :

Example 6 with TestJoinTaskContext

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());
}
Also used : TestJoinTaskContext(com.qlangtech.tis.order.center.TestJoinTaskContext)

Aggregations

TestJoinTaskContext (com.qlangtech.tis.order.center.TestJoinTaskContext)6 ERRules (com.qlangtech.tis.sql.parser.er.ERRules)2 TableMeta (com.qlangtech.tis.sql.parser.er.TableMeta)1