/*
* @(#)$Id: XQTSTest.template 946 2006-09-14 03:31:56Z yui $
*
* Copyright 2006-2008 Makoto YUI
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* Makoto YUI - initial implementation
*/
package xqts.expressions.quantexpr.quantexprwithout;
import junit.framework.TestCase;
import xqts.XQTSTestBase;
public class QuantExprWithoutTest extends TestCase {
private static final String TEST_PATH = "((//ns:test-group[count(child::ns:test-group)=0])[124]//ns:test-case)";
private static final String TARGET_XQTS_VERSION = "1.0.2";
private final XQTSTestBase xqts;
public QuantExprWithoutTest() {
super(QuantExprWithoutTest.class.getName());
this.xqts = new XQTSTestBase(QuantExprWithoutTest.class.getName(), TARGET_XQTS_VERSION);
}
@org.junit.Test(timeout=300000)
public void testQuantExpr1() throws Exception {
xqts.invokeTest(TEST_PATH + "[1]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr2() throws Exception {
xqts.invokeTest(TEST_PATH + "[2]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr3() throws Exception {
xqts.invokeTest(TEST_PATH + "[3]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr4() throws Exception {
xqts.invokeTest(TEST_PATH + "[4]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr5() throws Exception {
xqts.invokeTest(TEST_PATH + "[5]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr6() throws Exception {
xqts.invokeTest(TEST_PATH + "[6]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr7() throws Exception {
xqts.invokeTest(TEST_PATH + "[7]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr8() throws Exception {
xqts.invokeTest(TEST_PATH + "[8]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr9() throws Exception {
xqts.invokeTest(TEST_PATH + "[9]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr10() throws Exception {
xqts.invokeTest(TEST_PATH + "[10]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr11() throws Exception {
xqts.invokeTest(TEST_PATH + "[11]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr12() throws Exception {
xqts.invokeTest(TEST_PATH + "[12]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr13() throws Exception {
xqts.invokeTest(TEST_PATH + "[13]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr14() throws Exception {
xqts.invokeTest(TEST_PATH + "[14]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr15() throws Exception {
xqts.invokeTest(TEST_PATH + "[15]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr16() throws Exception {
xqts.invokeTest(TEST_PATH + "[16]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr17() throws Exception {
xqts.invokeTest(TEST_PATH + "[17]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr18() throws Exception {
xqts.invokeTest(TEST_PATH + "[18]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr19() throws Exception {
xqts.invokeTest(TEST_PATH + "[19]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr20() throws Exception {
xqts.invokeTest(TEST_PATH + "[20]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr21() throws Exception {
xqts.invokeTest(TEST_PATH + "[21]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr22() throws Exception {
xqts.invokeTest(TEST_PATH + "[22]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr23() throws Exception {
xqts.invokeTest(TEST_PATH + "[23]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr24() throws Exception {
xqts.invokeTest(TEST_PATH + "[24]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr25() throws Exception {
xqts.invokeTest(TEST_PATH + "[25]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr26() throws Exception {
xqts.invokeTest(TEST_PATH + "[26]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr27() throws Exception {
xqts.invokeTest(TEST_PATH + "[27]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr28() throws Exception {
xqts.invokeTest(TEST_PATH + "[28]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr29() throws Exception {
xqts.invokeTest(TEST_PATH + "[29]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr30() throws Exception {
xqts.invokeTest(TEST_PATH + "[30]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr31() throws Exception {
xqts.invokeTest(TEST_PATH + "[31]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr32() throws Exception {
xqts.invokeTest(TEST_PATH + "[32]");
}
@org.junit.Test(timeout=300000)
public void testQuantExpr33() throws Exception {
xqts.invokeTest(TEST_PATH + "[33]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr34() throws Exception {
xqts.invokeTest(TEST_PATH + "[34]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr35() throws Exception {
xqts.invokeTest(TEST_PATH + "[35]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr36() throws Exception {
xqts.invokeTest(TEST_PATH + "[36]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr37() throws Exception {
xqts.invokeTest(TEST_PATH + "[37]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr38() throws Exception {
xqts.invokeTest(TEST_PATH + "[38]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr39() throws Exception {
xqts.invokeTest(TEST_PATH + "[39]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr40() throws Exception {
xqts.invokeTest(TEST_PATH + "[40]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr41() throws Exception {
xqts.invokeTest(TEST_PATH + "[41]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr42() throws Exception {
xqts.invokeTest(TEST_PATH + "[42]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr43() throws Exception {
xqts.invokeTest(TEST_PATH + "[43]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr44() throws Exception {
xqts.invokeTest(TEST_PATH + "[44]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr45() throws Exception {
xqts.invokeTest(TEST_PATH + "[45]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr46() throws Exception {
xqts.invokeTest(TEST_PATH + "[46]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr47() throws Exception {
xqts.invokeTest(TEST_PATH + "[47]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr48() throws Exception {
xqts.invokeTest(TEST_PATH + "[48]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr49() throws Exception {
xqts.invokeTest(TEST_PATH + "[49]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr50() throws Exception {
xqts.invokeTest(TEST_PATH + "[50]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr51() throws Exception {
xqts.invokeTest(TEST_PATH + "[51]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr52() throws Exception {
xqts.invokeTest(TEST_PATH + "[52]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr53() throws Exception {
xqts.invokeTest(TEST_PATH + "[53]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr54() throws Exception {
xqts.invokeTest(TEST_PATH + "[54]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr55() throws Exception {
xqts.invokeTest(TEST_PATH + "[55]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr56() throws Exception {
xqts.invokeTest(TEST_PATH + "[56]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr57() throws Exception {
xqts.invokeTest(TEST_PATH + "[57]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr58() throws Exception {
xqts.invokeTest(TEST_PATH + "[58]");
}
@org.junit.Test(timeout=300000)
public void testQuantexpr59() throws Exception {
xqts.invokeTest(TEST_PATH + "[59]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout1() throws Exception {
xqts.invokeTest(TEST_PATH + "[60]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout2() throws Exception {
xqts.invokeTest(TEST_PATH + "[61]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout3() throws Exception {
xqts.invokeTest(TEST_PATH + "[62]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout4() throws Exception {
xqts.invokeTest(TEST_PATH + "[63]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout5() throws Exception {
xqts.invokeTest(TEST_PATH + "[64]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout6() throws Exception {
xqts.invokeTest(TEST_PATH + "[65]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout7() throws Exception {
xqts.invokeTest(TEST_PATH + "[66]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout8() throws Exception {
xqts.invokeTest(TEST_PATH + "[67]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout9() throws Exception {
xqts.invokeTest(TEST_PATH + "[68]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout10() throws Exception {
xqts.invokeTest(TEST_PATH + "[69]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout11() throws Exception {
xqts.invokeTest(TEST_PATH + "[70]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout12() throws Exception {
xqts.invokeTest(TEST_PATH + "[71]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout13() throws Exception {
xqts.invokeTest(TEST_PATH + "[72]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout14() throws Exception {
xqts.invokeTest(TEST_PATH + "[73]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout15() throws Exception {
xqts.invokeTest(TEST_PATH + "[74]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout16() throws Exception {
xqts.invokeTest(TEST_PATH + "[75]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout17() throws Exception {
xqts.invokeTest(TEST_PATH + "[76]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout18() throws Exception {
xqts.invokeTest(TEST_PATH + "[77]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout19() throws Exception {
xqts.invokeTest(TEST_PATH + "[78]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout20() throws Exception {
xqts.invokeTest(TEST_PATH + "[79]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout21() throws Exception {
xqts.invokeTest(TEST_PATH + "[80]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout22() throws Exception {
xqts.invokeTest(TEST_PATH + "[81]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout23() throws Exception {
xqts.invokeTest(TEST_PATH + "[82]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout24() throws Exception {
xqts.invokeTest(TEST_PATH + "[83]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout25() throws Exception {
xqts.invokeTest(TEST_PATH + "[84]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout26() throws Exception {
xqts.invokeTest(TEST_PATH + "[85]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout27() throws Exception {
xqts.invokeTest(TEST_PATH + "[86]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout28() throws Exception {
xqts.invokeTest(TEST_PATH + "[87]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout29() throws Exception {
xqts.invokeTest(TEST_PATH + "[88]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout30() throws Exception {
xqts.invokeTest(TEST_PATH + "[89]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout31() throws Exception {
xqts.invokeTest(TEST_PATH + "[90]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout32() throws Exception {
xqts.invokeTest(TEST_PATH + "[91]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout33() throws Exception {
xqts.invokeTest(TEST_PATH + "[92]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout34() throws Exception {
xqts.invokeTest(TEST_PATH + "[93]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout35() throws Exception {
xqts.invokeTest(TEST_PATH + "[94]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout36() throws Exception {
xqts.invokeTest(TEST_PATH + "[95]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout37() throws Exception {
xqts.invokeTest(TEST_PATH + "[96]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout38() throws Exception {
xqts.invokeTest(TEST_PATH + "[97]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout39() throws Exception {
xqts.invokeTest(TEST_PATH + "[98]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout40() throws Exception {
xqts.invokeTest(TEST_PATH + "[99]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout41() throws Exception {
xqts.invokeTest(TEST_PATH + "[100]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout42() throws Exception {
xqts.invokeTest(TEST_PATH + "[101]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout43() throws Exception {
xqts.invokeTest(TEST_PATH + "[102]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout44() throws Exception {
xqts.invokeTest(TEST_PATH + "[103]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout45() throws Exception {
xqts.invokeTest(TEST_PATH + "[104]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout46() throws Exception {
xqts.invokeTest(TEST_PATH + "[105]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout47() throws Exception {
xqts.invokeTest(TEST_PATH + "[106]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout48() throws Exception {
xqts.invokeTest(TEST_PATH + "[107]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout49() throws Exception {
xqts.invokeTest(TEST_PATH + "[108]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout50() throws Exception {
xqts.invokeTest(TEST_PATH + "[109]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout51() throws Exception {
xqts.invokeTest(TEST_PATH + "[110]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout52() throws Exception {
xqts.invokeTest(TEST_PATH + "[111]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout53() throws Exception {
xqts.invokeTest(TEST_PATH + "[112]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout54() throws Exception {
xqts.invokeTest(TEST_PATH + "[113]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout55() throws Exception {
xqts.invokeTest(TEST_PATH + "[114]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout56() throws Exception {
xqts.invokeTest(TEST_PATH + "[115]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout57() throws Exception {
xqts.invokeTest(TEST_PATH + "[116]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout58() throws Exception {
xqts.invokeTest(TEST_PATH + "[117]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout59() throws Exception {
xqts.invokeTest(TEST_PATH + "[118]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout60() throws Exception {
xqts.invokeTest(TEST_PATH + "[119]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout61() throws Exception {
xqts.invokeTest(TEST_PATH + "[120]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout62() throws Exception {
xqts.invokeTest(TEST_PATH + "[121]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout63() throws Exception {
xqts.invokeTest(TEST_PATH + "[122]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout64() throws Exception {
xqts.invokeTest(TEST_PATH + "[123]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout65() throws Exception {
xqts.invokeTest(TEST_PATH + "[124]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout66() throws Exception {
xqts.invokeTest(TEST_PATH + "[125]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout67() throws Exception {
xqts.invokeTest(TEST_PATH + "[126]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout68() throws Exception {
xqts.invokeTest(TEST_PATH + "[127]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout69() throws Exception {
xqts.invokeTest(TEST_PATH + "[128]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout70() throws Exception {
xqts.invokeTest(TEST_PATH + "[129]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout71() throws Exception {
xqts.invokeTest(TEST_PATH + "[130]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout72() throws Exception {
xqts.invokeTest(TEST_PATH + "[131]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout73() throws Exception {
xqts.invokeTest(TEST_PATH + "[132]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout74() throws Exception {
xqts.invokeTest(TEST_PATH + "[133]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout75() throws Exception {
xqts.invokeTest(TEST_PATH + "[134]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout76() throws Exception {
xqts.invokeTest(TEST_PATH + "[135]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout77() throws Exception {
xqts.invokeTest(TEST_PATH + "[136]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout78() throws Exception {
xqts.invokeTest(TEST_PATH + "[137]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout79() throws Exception {
xqts.invokeTest(TEST_PATH + "[138]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout80() throws Exception {
xqts.invokeTest(TEST_PATH + "[139]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout81() throws Exception {
xqts.invokeTest(TEST_PATH + "[140]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout82() throws Exception {
xqts.invokeTest(TEST_PATH + "[141]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout83() throws Exception {
xqts.invokeTest(TEST_PATH + "[142]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout84() throws Exception {
xqts.invokeTest(TEST_PATH + "[143]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout85() throws Exception {
xqts.invokeTest(TEST_PATH + "[144]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout86() throws Exception {
xqts.invokeTest(TEST_PATH + "[145]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout87() throws Exception {
xqts.invokeTest(TEST_PATH + "[146]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout88() throws Exception {
xqts.invokeTest(TEST_PATH + "[147]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout89() throws Exception {
xqts.invokeTest(TEST_PATH + "[148]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout90() throws Exception {
xqts.invokeTest(TEST_PATH + "[149]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout91() throws Exception {
xqts.invokeTest(TEST_PATH + "[150]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout92() throws Exception {
xqts.invokeTest(TEST_PATH + "[151]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout93() throws Exception {
xqts.invokeTest(TEST_PATH + "[152]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout94() throws Exception {
xqts.invokeTest(TEST_PATH + "[153]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout95() throws Exception {
xqts.invokeTest(TEST_PATH + "[154]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout96() throws Exception {
xqts.invokeTest(TEST_PATH + "[155]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout97() throws Exception {
xqts.invokeTest(TEST_PATH + "[156]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout98() throws Exception {
xqts.invokeTest(TEST_PATH + "[157]");
}
@org.junit.Test(timeout=300000)
public void testKQuantExprWithout99() throws Exception {
xqts.invokeTest(TEST_PATH + "[158]");
}
}