@Test public void testRecordApply() throws Exception { Ascli.main( new String[] { "-h", HOST, "-p", "3000", "udf-record-apply", "test", "test", "Peter001", "simple", "printRecord" }); }
@Test public void testUdfRemove() throws Exception { Ascli.main(new String[] {"-h", HOST, "-p", "3000", "udf-remove", "simple.lua"}); }
@Test public void testUdfList() throws Exception { Ascli.main(new String[] {"-h", HOST, "-p", "3000", "udf-list"}); }
@Test public void testUdfPut() throws Exception { Ascli.main(new String[] {"-h", HOST, "-p", "3000", "udf-put", "src/test/resources/simple.lua"}); }