1. 08 Feb, 2017 1 commit
    • Administrator's avatar
      Adds equals and hashCode tests · 940c14a8
      Administrator authored
      The EqualsVerifier library has been added to test the equals and hashCode
      methods and it has been used to test the Person entity.
      940c14a8
  2. 24 Feb, 2016 1 commit
    • Administrator's avatar
      Refactorizes and improves the tests · 234b3fb9
      Administrator authored
      The tests classes have been simplified by delegating some of the
      functions in the test classes to external utility classes. For example,
      a PeopleDataset has been added to manage the dataset or the
      IsEqualToEntity Hamcrest matcher has been added to simplify entity
      comparisons.
      
      In addition, a PersonUnitTest class has been added to test the Person
      entity.
      234b3fb9