SuccessChanges

Summary

  1. Story Resource + Tests (details)
  2. StoryResource unit tests (details)
  3. tsk7 Creates Rest functionality tests (details)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceTest.java (diff)
The file was addedrest/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql (diff)
The file was addedrest/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
Commit d4471afc15e1236f9a74e041d741a3d1b4c750c1 by jqbergantinho
StoryResource unit tests
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java (diff)
The file was removedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
Commit 40f33d263190298caa4368bf749c8286eaeb5be2 by jqbergantinho
tsk7 Creates Rest functionality tests
Adds the necessary methods for the rest functionality tests. Irene,
Rubén, Javier
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)