ConstructorElem.java | Class | Java Module General API Test: ConstructorElement
What it tests:
Creating and handling with ConstructorElement.
Test is focused on checking of correctness of generated code.
How it works:
New class is created using DataObject.createFromTemplate() and required constructors
are created via API calls.
These actions cause generating of .java code. |