113114115116117118119
null, }; public TestPTQL(String name) { super(name); this.qf = new ProcessQueryFactory(); }
114115116117118119120
118119120121122123124
super(name); } protected void setUp() throws Exception { super.setUp(); this.qf = new ProcessQueryFactory(); }
109110111112113114115