Package org.apache.torque.templates
Class TestProcessing
java.lang.Object
org.apache.torque.templates.TestProcessing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidIgnore until https://issues.apache.org/jira/projects/TORQUE/issues/TORQUE-358?voidvoidvoidvoidtestSqlDdlTemplates(String dbType) voidIgnore until https://issues.apache.org/jira/projects/TORQUE/issues/TORQUE-358?
-
Constructor Details
-
TestProcessing
public TestProcessing()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testOmTemplates
- Throws:
Exception
-
testSqlCreatedbTemplates
- Throws:
Exception
-
testIdtableTemplates
- Throws:
Exception
-
testHtmlDocTemplates
Ignore until https://issues.apache.org/jira/projects/TORQUE/issues/TORQUE-358?filter=allopenissues is resolved- Throws:
Exception
-
testXdocTemplates
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
-