Home
Creating a Java class for entity testing
Let us create an EntityTester class with a main method.
![]()
Right-click the RAD75JPATest project and select New Æ Class.
![]()
In the Java Class dialog:
![]()
Type itso.bank.entities.test as Package.
![]()
Type EntityTester as Name.
![]()
For Which method stubs would you like to create, select public static void main(String[] args).
![]()
Click Finish, and the EntityTester class opens in the editor.
ibm.com/redbooks