Ejemplo n.º 1
0
 public final void setXXX() {
   final double dep = w4.getDepth();
   final double dLat = w4.getLat();
   final double dLong = w4.getLong();
   w1.setDepth(dep);
   w1.setLat(dLat);
   w1.setLong(dLong);
   assertTrue(w1.equals(w4));
 }