Class CoreQuidemTest


  • public class CoreQuidemTest
    extends QuidemTest
    Test that runs every Quidem file in the "core" module as a test.
    • Constructor Detail

      • CoreQuidemTest

        public CoreQuidemTest​(java.lang.String path)
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Runs a test from the command line.

        For example:

        java CoreQuidemTest sql/dummy.iq
        Throws:
        java.lang.Exception
      • data

        public static java.util.Collection<java.lang.Object[]> data()
        For Parameterized runner.
      • testSqlMisc

        public void testSqlMisc()
                         throws java.lang.Exception
        Override settings for "sql/misc.iq".
        Throws:
        java.lang.Exception
      • testSqlScalar

        public void testSqlScalar()
                           throws java.lang.Exception
        Override settings for "sql/scalar.iq".
        Throws:
        java.lang.Exception
      • testSqlDummy

        public void testSqlDummy()
                          throws java.lang.Exception
        Runs the dummy script "sql/dummy.iq", which is checked in empty but which you may use as scratch space during development.
        Throws:
        java.lang.Exception