Class CalciteSuite


  • public class CalciteSuite
    extends java.lang.Object
    Calcite test suite.

    Tests are sorted by approximate running time. The suite runs the fastest tests first, so that regressions can be discovered as fast as possible. Most unit tests run very quickly, and are scheduled before system tests (which are slower but more likely to break because they have more dependencies). Slow unit tests that don't break often are scheduled last.

    • Constructor Summary

      Constructors 
      Constructor Description
      CalciteSuite()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CalciteSuite

        public CalciteSuite()