Class ServerTest


  • public class ServerTest
    extends java.lang.Object
    Unit tests for server and DDL.
    • Field Detail

      • thrown

        public org.junit.rules.ExpectedException thrown
    • Constructor Detail

      • ServerTest

        public ServerTest()
    • Method Detail

      • connect

        static java.sql.Connection connect()
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testStatement

        public void testStatement()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCreateSchema

        public void testCreateSchema()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCreateType

        public void testCreateType()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDropType

        public void testDropType()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCreateTable

        public void testCreateTable()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testStoredGeneratedColumn

        public void testStoredGeneratedColumn()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testStoredGeneratedColumn2

        public void testStoredGeneratedColumn2()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testVirtualColumn

        public void testVirtualColumn()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception