コード例 #1
0
 /** Sets up defaults */
 @Override
 protected void setUp() throws Exception {
   // Step 0. Initialize the mocks and other necessary objects.
   super.initMocks();
   // Step 1. Initialize any other classes we need.
   personnel = new PersonnelBean();
   personnel.setFirstName("Cosmo");
   personnel.setLastName("Kramer");
   personnel.setEmail("*****@*****.**");
   personnel.setRole(Role.HCP);
 }