SuperClassInterfaces.java | Class | Java Module General API test: InnerInterface
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, set to be the Interfaces and filled with fields, methods etc.
Then these ClassElements are added using ClassElement.addClass() into ClassElement.
These actions cause generating of .java code. |