Newer
Older

Righi Andrea (Student Com17)
committed
project made by Andrea Righi and Cristiano Lucian

Righi Andrea (Student Com17)
committed
our git folder is divided in several directories:
- in the EclipseProject directory there are all the files needed from Maven: the project is divided in packages (the FitNesse fixtures are in the test-classes directory)
- in the FitNesse directory it is possible to find the runnable jar file: once it is running, our test page is located in /clar
- in the Documentation directory it is possible to find all the supplementary files to the code: the UML diagram on which we base our system, user stories and acceptance tests

Righi Andrea (Student Com17)
committed
our idea of system is depicted in the UML diagrams;
in order to present the user stories and acceptance test, we would like to highlight the fact we use a different exception for each error, in order to be able to correct them independently once the system will be developed and deployed. Due to that, the FitNesse result are a bunch of errors, because the exceptions are not thrown now. We tried mocking them, and the system work as it should.