MethodElem.java | Class | Java Module General API Test: MethodElement
What it tests:
Creating and handling with MethodElement.
Test is focused on checking of correctness of generated code.
How it works:
New class is created using DataObject.createFromTemplate() and also some MethodElements are created.
These are customized using setters and then added using ClassElement.addMethod() into ClassElement.
These actions cause generating of .java code. |