Ejemplo n.º 1
0
 @Test
 public void testGetId() {
   assertEquals(
       "Should be same id as initialized in c" + "onstuctor",
       "Student1",
       studentAccessTest.getId());
 }