1. 02 Nov, 2015 1 commit
    • Administrator's avatar
      Refactorizes some test classes · 2427b7c9
      Administrator authored
      Some test classes have been refactorized for a more consistent use of
      the OwnersDataset class and for a simpler test implementation.
      2427b7c9
  2. 27 Oct, 2015 3 commits
    • Administrator's avatar
      Explains the Arquillian configuration in the README.md file · e28f2a5e
      Administrator authored
      An explanation of how Arquillian tests are configured and how to run the
      Arquillian tests in the Eclipse project has been added to the root
      README.md.
      e28f2a5e
    • Administrator's avatar
      Adds the HasHttpStatus matcher · 40bf4a1a
      Administrator authored
      This matchers makes the Response status easier to check in tests.
      40bf4a1a
    • Administrator's avatar
      Adds the REST layer implementation partially tested · f739d617
      Administrator authored
      The REST layer has been added but with incomplete tests. Students will
      have to complete the tests.
      
      This commit includes an important refactorization regarding tests. Test
      classes and datasets have been moved from the "service" project to a new
      "tests" project. This way, any project can include this "tests" project
      as a dependency in order to have access to these common testing
      resources.
      f739d617
  3. 25 Oct, 2015 1 commit
    • Administrator's avatar
      Adds the service layer implementation · 7fe00cf8
      Administrator authored
      This commit adds the OwnerService and PetService EJBs to the
      implementation. This commit also includes the tests for this EJBs with
      two different Wildfly profiles: a H2 profile and a MySQL profile.
      7fe00cf8
  4. 23 Oct, 2015 2 commits
  5. 05 Oct, 2015 1 commit
  6. 29 Sep, 2015 1 commit
  7. 27 Sep, 2015 1 commit
    • Administrator's avatar
      Initial commit · 0fea0159
      Administrator authored
      Initial commit with a basic .gitignore, README.md and POM files.
      0fea0159