Uses of Class
org.apache.torque.generator.BaseTest
-
-
Uses of BaseTest in org.apache.torque.generator.configuration
Subclasses of BaseTest in org.apache.torque.generator.configuration Modifier and Type Class Description class
ReadConfigurationTest
Tests whether the configuration is read correctly. -
Uses of BaseTest in org.apache.torque.generator.control
Subclasses of BaseTest in org.apache.torque.generator.control Modifier and Type Class Description class
ChecksumsTest
Tests the class LastChangesContent.class
DeeplyNestedMergepointsTest
Tests nested mergepoints in a depth of 10 calls, and checks that the outcome is correct.class
ExistingTargetStrategyTest
class
OutputEncodingTest
Tests whether the output encoding handling is correct.class
PostprocessorTest
Tests whether postprocessing works as expected.class
PropertyToJavaGenerationTest
A test case for a more complex generation.class
PropertyToJavaJarGenerationTest
Tests generation where the templates are read from a jar file.class
RunOnlyOnSourceChangeTest
Tests nested mergepoints in a depth of 10 calls, and checks that the outcome is correct.class
TokenReplacerTest
-
Uses of BaseTest in org.apache.torque.generator.example.gettingstarted
Subclasses of BaseTest in org.apache.torque.generator.example.gettingstarted Modifier and Type Class Description class
GettingStartedTest
-
Uses of BaseTest in org.apache.torque.generator.processor.string
Subclasses of BaseTest in org.apache.torque.generator.processor.string Modifier and Type Class Description class
RemoveUnusedImportsProcessorTest
Unit test for the class OrganizeImportsProcessor. -
Uses of BaseTest in org.apache.torque.generator.source.transform
Subclasses of BaseTest in org.apache.torque.generator.source.transform Modifier and Type Class Description class
LoadAdditionalSourceTransformerTest
Tests whether the loadAdditionalSourceTransformer works correctly.class
LoadAllSourceFilesTransformerTest
Tests whether the loadAllSourceTransformer works correctly.class
SourceElementToModelTransformerTest
Tests whether the loadAllSourceTransformer works correctly. -
Uses of BaseTest in org.apache.torque.generator.variable
Subclasses of BaseTest in org.apache.torque.generator.variable Modifier and Type Class Description class
VariableStoreTest
class
VariableTest
Unit test for the Variable Class.
-