FieldElem.java | Class | Java Module General API Test: FieldElement
What it tests:
Creating and handling with FieldElement.
Test is focused on checking of correctness of generated code.
How it works:
FieldElements are created and customized using setters and then added using ClassElement.addField() into ClassElement.
These actions cause generating of .java code. |