SuccessChanges

Summary

  1. tsk28 Creates the entity Visit (details)
  2. tsk28 Adds the tests for the entity Visit (details)
  3. tsk28 Adds to the entity Story the attribute visits (details)
  4. tsk28 Modifies the Story entity tests to adapt them to the new attribute (details)
  5. tsk28 Adds the Visit entity tests to the entity TestSuite (details)
Commit 6b36d89c892e290b67d96c8c3fc5ce94c956c675 by yruben98
tsk28 Creates the entity Visit
Creates the Visit entity to record all the visits made to a specific
story, saving the date on which it is made
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Visit.java
Commit d2ef8bd4d9fb6ed6ae30c3e225a9616a4f336302 by yruben98
tsk28 Adds the tests for the entity Visit
Adds the necessary tests to verify that the Visit entity is not faulty
and is working correctly
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/VisitTest.java
Commit 1f9d97f06ccb19cff504e4bb806d74110e8854a3 by yruben98
tsk28 Adds to the entity Story the attribute visits
Adds to the Story entity as an attribute the list of visits, and removes
the previous visits attribute
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java
Commit 315418c74259f96d973e48dc1d2d1ab2df7fff67 by yruben98
tsk28 Modifies the Story entity tests to adapt them to the new attribute
visits
Modifies the Story entity tests by deleting the old visits attribute,
replacing it with the new one
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
Commit f71a7ef46a9e30d0ef0475d3e61a8aab6fbc6801 by yruben98
tsk28 Adds the Visit entity tests to the entity TestSuite
Adds the class with the Visit entity tests to the entity TestSuite
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java