InnerClasses.java | Class | Java Module General API test: InnerClasses
What it tests:
Creating and handling with ClassElement.
Test is focused on checking of correctness of generated code.
How it works
New class is created using DataObject.createFromTemplate() and also some ClassElements are created.
These are customized using setters and filled with fields, methods etc.
Then these ClassElements are added using ClassElement.addClass() into ClassElement.
These action cause generating of .java code. |