Beispiel #1
0
 // Test the getCreated function
 @Test
 public void createdtest() {
   Account a = new Account();
   a.setCreated(true);
   assertEquals(a.getCreated(), true);
 }