Ejemplo n.º 1
0
 // Test the getStudent function
 @Test
 public void studenttest() {
   Account a = new Account();
   a.setStudent(true);
   assertEquals(a.getStudent(), true);
 }