- 05 Oct, 2016 1 commit
-
-
Administrator authored
Some test of the service and rest projects have been updated for better coverage, achieving a 100% coverage in most of them.
-
- 28 Sep, 2016 1 commit
-
-
Administrator authored
The README.md has been update to reference the new course and the new Eclipse version. In addition, the general pom.xml file has been updated to include the newer versions of the dependencies, and the ear/pom.xml has been modified to include more project information in the generated EAR. On the other hand, the testing mysql-ds.xml have been removed and the standalone.xml testing files have been updated to include the datasource data.
-
- 08 Nov, 2015 1 commit
-
-
Administrator authored
The JaCoCo plugin has been added to perform the coverage test, while the Wildfly plugins allows the automatic deployment of the project on a Wildfly server using the 10990 port as the administration port.
-
- 03 Nov, 2015 1 commit
-
-
Administrator authored
This commit adds the JSF project with a web application that allows the management of owners (by the administrators) and pets (by the owners). The JSF project includes the functional tests for the owners management page. The EAR project only contains a POM that creates an EAR distribution of the system.
-
- 02 Nov, 2015 1 commit
-
-
Administrator authored
Some test classes have been refactorized for a more consistent use of the OwnersDataset class and for a simpler test implementation.
-
- 27 Oct, 2015 2 commits
-
-
Administrator authored
This matchers makes the Response status easier to check in tests.
-
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.
-