I have two objects which has same fields. I want to compare the values of those objects fields. How to do that using Junit?
public class DeviceDTO {
private String id;
And
public class DeviceData {
private String id;
I want to compare those object's field values.
Aucun commentaire:
Enregistrer un commentaire