Class SourceElementToModelTransformerTest
java.lang.Object
org.apache.torque.generator.BaseTest
org.apache.torque.generator.source.transform.SourceElementToModelTransformerTest
Tests whether the loadAllSourceTransformer works correctly.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidChecks that the SourceElementToModelTransformer can transform a source element to a typed model.
-
Constructor Details
-
SourceElementToModelTransformerTest
public SourceElementToModelTransformerTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
testTransform
Checks that the SourceElementToModelTransformer can transform a source element to a typed model.- Throws:
Exception- if the test fails
-