Class TestProcessing


  • public class TestProcessing
    extends Object
    • Constructor Detail

      • TestProcessing

        public TestProcessing()
    • Method Detail

      • testOmTemplates

        @Test
        public void testOmTemplates()
                             throws Exception
        Throws:
        Exception
      • testSqlCreatedbTemplates

        @Test
        public void testSqlCreatedbTemplates()
                                      throws Exception
        Throws:
        Exception
      • testIdtableTemplates

        @Test
        public void testIdtableTemplates()
                                  throws Exception
        Throws:
        Exception
      • testHtmlDocTemplates

        @Test
        public void testHtmlDocTemplates()
                                  throws Exception
        Ignore until https://issues.apache.org/jira/projects/TORQUE/issues/TORQUE-358?filter=allopenissues is resolved
        Throws:
        Exception
      • testXdocTemplates

        @Test
        public void testXdocTemplates()
                               throws Exception
        Ignore until https://issues.apache.org/jira/projects/TORQUE/issues/TORQUE-358?filter=allopenissues is resolved
        Throws:
        Exception
      • testSqlDdlTemplates

        @ParameterizedTest
        @ValueSource(strings={"mysql","oracle","postgresql","hsqldb","derby","mssql"})
        public void testSqlDdlTemplates​(String dbType)
                                 throws Exception
        Throws:
        Exception