Ejemplo n.º 1
0
 public void testEqualsIdentity() {
   ActivationOS thing = new ActivationOS();
   assertTrue(thing.equals(thing));
 }