1. 02 Mar, 2018 1 commit
    • Administrator's avatar
      Modifies HasHttpStatus matcher for a more descriptive message · 0ee6f4fa
      Administrator authored
      The message showed currently by the HasHttpStatus when de expected
      status didn't match the actual status was not very informative, as
      the actual status was not shown in the message.
      
      This commit modifies this behaviour to show both status (expected and
      actual) in the message.
      0ee6f4fa
  2. 19 Apr, 2016 1 commit
    • Administrator's avatar
      Adds support for retrieving the data of an user · 053ddd0f
      Administrator authored
      This commit adds the new resource UsersResource (/users) with a simple
      functionality: retrieving the data of an user. This functionality
      requires knowing the login of the user that is performing the request.
      In this regard, this commit is an example of how this information can be
      retrieved and how to test a resource that requires knowing the login of
      an user.
      053ddd0f
  3. 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