Package xqts

Examples of xqts.XQTSTestBase


   
    private final XQTSTestBase xqts;

    public DayTimeDurationSubtractTest() {
      super(DayTimeDurationSubtractTest.class.getName());
        this.xqts = new XQTSTestBase(DayTimeDurationSubtractTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here


   
    private final XQTSTestBase xqts;

    public YearMonthDurationDivideTest() {
      super(YearMonthDurationDivideTest.class.getName());
        this.xqts = new XQTSTestBase(YearMonthDurationDivideTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public NumericModTest() {
      super(NumericModTest.class.getName());
        this.xqts = new XQTSTestBase(NumericModTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public DayTimeDurationLTTest() {
      super(DayTimeDurationLTTest.class.getName());
        this.xqts = new XQTSTestBase(DayTimeDurationLTTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public NumericDivideTest() {
      super(NumericDivideTest.class.getName());
        this.xqts = new XQTSTestBase(NumericDivideTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public NumericGTTest() {
      super(NumericGTTest.class.getName());
        this.xqts = new XQTSTestBase(NumericGTTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public DayTimeDurationDivideTest() {
      super(DayTimeDurationDivideTest.class.getName());
        this.xqts = new XQTSTestBase(DayTimeDurationDivideTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public DatesSubtractTest() {
      super(DatesSubtractTest.class.getName());
        this.xqts = new XQTSTestBase(DatesSubtractTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public DateAddDTDTest() {
      super(DateAddDTDTest.class.getName());
        this.xqts = new XQTSTestBase(DateAddDTDTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

   
    private final XQTSTestBase xqts;

    public NumericUnaryMinusTest() {
      super(NumericUnaryMinusTest.class.getName());
        this.xqts = new XQTSTestBase(NumericUnaryMinusTest.class.getName(), TARGET_XQTS_VERSION);
    }
View Full Code Here

TOP

Related Classes of xqts.XQTSTestBase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.