Klasse PropertyToJavaGenerationTest
java.lang.Object
org.apache.torque.generator.BaseTest
org.apache.torque.generator.control.PropertyToJavaGenerationTest
A test case for a more complex generation.
Checks that we can use different generator types in one generation,
that debugging output works
and that the runOnlyOnSchemaChange detection works.
- Version:
- $Id: PropertyToJavaGenerationTest.java 1855923 2019-03-20 16:19:39Z gk $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Tests that the property to java generation works.void
Tests that the property to java generation works with debug output switched on.void
Tests that runOnlyOnSchemaChange set true and a different checksum results in generating a second time.void
Tests that runOnlyOnSchemaChange set true and a different modification date results in generating a second time.void
Tests that runOnlyOnSchemaChange set true and an unchanged source results in not generating a second time.
-
Konstruktordetails
-
PropertyToJavaGenerationTest
public PropertyToJavaGenerationTest()
-
-
Methodendetails
-
testPropertyToJavaGeneration
Tests that the property to java generation works.- Löst aus:
Exception
- if the test fails.
-
testPropertyToJavaGenerationDebugOutput
Tests that the property to java generation works with debug output switched on.- Löst aus:
Exception
- if the test fails.
-
testPropertyToJavaRunOnlyOnSchemChangeNoChange
Tests that runOnlyOnSchemaChange set true and an unchanged source results in not generating a second time.- Löst aus:
Exception
- if the test fails.
-
testPropertyToJavaRunOnlyOnSchemChangeChecksumChange
Tests that runOnlyOnSchemaChange set true and a different checksum results in generating a second time.- Löst aus:
Exception
- if the test fails.
-
testPropertyToJavaRunOnlyOnSchemChangeModificationDateChange
Tests that runOnlyOnSchemaChange set true and a different modification date results in generating a second time.- Löst aus:
Exception
- if the test fails.
-