<testResult _class='hudson.tasks.junit.TestResult'><duration>43.505</duration><empty>false</empty><failCount>4</failCount><passCount>27</passCount><skipCount>0</skipCount><suite><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>6.253</duration><failedSince>0</failedSince><name>beforeListRecentStories</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>3.284</duration><failedSince>0</failedSince><name>listRecentStories</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.264</duration><failedSince>0</failedSince><name>afterListRecentStories</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.146</duration><failedSince>0</failedSince><name>beforeGetStoryById</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.108</duration><failedSince>0</failedSince><name>testGetStoryById_Success</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.057</duration><failedSince>0</failedSince><name>afterGetStoryById</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.12</duration><failedSince>0</failedSince><name>beforeGetNonExistentStory</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.05</duration><failedSince>0</failedSince><name>testGetStoryById_NotFound</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.111</duration><failedSince>0</failedSince><name>afterGetNonExistentStory</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.138</duration><failedSince>0</failedSince><name>beforeSearchStoriesContainsText</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.127</duration><failedSince>0</failedSince><name>testSearchStories_ReturnsResults</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.161</duration><failedSince>0</failedSince><name>afterSearchStoriesContainsText</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.132</duration><failedSince>0</failedSince><name>beforeSearchStoriesInvalidText</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.032</duration><failedSince>0</failedSince><name>testSearchStories_InvalidText_ReturnsBadRequest</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.118</duration><failedSince>0</failedSince><name>beforeFilterStoriesByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.09</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@5149d71b&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@5149d71b&gt;
	at es.uvigo.esei.microstories.rest.StoryResourceRestTest.listFilteredStoriesByGenre(StoryResourceRestTest.java:228)
</errorStackTrace><failedSince>98</failedSince><name>listFilteredStoriesByGenre</name><skipped>false</skipped><status>REGRESSION</status><stdout>&amp;amp#27;[33m00:30:04,872 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-25) RESTEASY002142: Multiple resource methods match request "GET /microstories/filter". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoryById(java.lang.Long), public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoriesByFilter(es.uvigo.esei.microstories.domain.types.GenreType,es.uvigo.esei.microstories.domain.types.ThemeType,java.lang.String)]
&amp;amp#27;[0mHibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and story0_.genre=? order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.102</duration><failedSince>0</failedSince><name>afterFilterStoriesByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.068</duration><failedSince>0</failedSince><name>beforeFilterStoriesByTheme</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.079</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@1f4fe0de&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@1f4fe0de&gt;
	at es.uvigo.esei.microstories.rest.StoryResourceRestTest.listFilteredStoriesByTheme(StoryResourceRestTest.java:262)
</errorStackTrace><failedSince>98</failedSince><name>listFilteredStoriesByTheme</name><skipped>false</skipped><status>REGRESSION</status><stdout>&amp;amp#27;[33m00:30:05,130 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-27) RESTEASY002142: Multiple resource methods match request "GET /microstories/filter". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoryById(java.lang.Long), public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoriesByFilter(es.uvigo.esei.microstories.domain.types.GenreType,es.uvigo.esei.microstories.domain.types.ThemeType,java.lang.String)]
&amp;amp#27;[0m&amp;amp#27;[33m00:30:05,150 WARN  [org.hibernate.orm.deprecation] (default task-27) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
&amp;amp#27;[0mHibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and (? in (select themes1_.theme from story_themes themes1_ where story0_.id=themes1_.story_id)) order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.109</duration><failedSince>0</failedSince><name>afterFilterStoriesByTheme</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.138</duration><failedSince>0</failedSince><name>beforeFilterStoriesByPublicationDate</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.187</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, , , , , , , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@6b9ba1a6&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, , , , , , , , ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@6b9ba1a6&gt;
	at es.uvigo.esei.microstories.rest.StoryResourceRestTest.listFilteredStoriesByPublication(StoryResourceRestTest.java:296)
</errorStackTrace><failedSince>98</failedSince><name>listFilteredStoriesByPublication</name><skipped>false</skipped><status>REGRESSION</status><stdout>&amp;amp#27;[33m00:30:05,515 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-3) RESTEASY002142: Multiple resource methods match request "GET /microstories/filter". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoryById(java.lang.Long), public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoriesByFilter(es.uvigo.esei.microstories.domain.types.GenreType,es.uvigo.esei.microstories.domain.types.ThemeType,java.lang.String)]
&amp;amp#27;[0mHibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and story0_.published_at&gt;=? and story0_.published_at&lt;=? order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.095</duration><failedSince>0</failedSince><name>afterFilterStoriesByPublicationDate</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.104</duration><failedSince>0</failedSince><name>beforeFilterStoriesByGenreThemeAndPublication</name><skipped>false</skipped><status>PASSED</status></case><case><age>1</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.071</duration><errorDetails>
Expected: iterable containing [Story entity with value '1' for id, ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@695df41a&gt;</errorDetails><errorStackTrace>java.lang.AssertionError: 

Expected: iterable containing [Story entity with value '1' for id, ]
     but: item 0: was &lt;es.uvigo.esei.microstories.domain.entities.Story@695df41a&gt;
	at es.uvigo.esei.microstories.rest.StoryResourceRestTest.listFilteredStoriesByGenreThemeAndPublication(StoryResourceRestTest.java:330)
</errorStackTrace><failedSince>98</failedSince><name>listFilteredStoriesByGenreThemeAndPublication</name><skipped>false</skipped><status>REGRESSION</status><stdout>&amp;amp#27;[33m00:30:05,846 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-11) RESTEASY002142: Multiple resource methods match request "GET /microstories/filter". Selecting one. Matching methods: [public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoryById(java.lang.Long), public javax.ws.rs.core.Response es.uvigo.esei.microstories.rest.StoryResource.getStoriesByFilter(es.uvigo.esei.microstories.domain.types.GenreType,es.uvigo.esei.microstories.domain.types.ThemeType,java.lang.String)]
&amp;amp#27;[0m&amp;amp#27;[33m00:30:05,859 WARN  [org.hibernate.orm.deprecation] (default task-11) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)].
&amp;amp#27;[0mHibernate: select story0_.id as id1_0_, story0_.author as author6_0_, story0_.content as content2_0_, story0_.genre as genre3_0_, story0_.published_at as publishe4_0_, story0_.title as title5_0_ from story story0_ where 1=1 and story0_.genre=? and (? in (select themes1_.theme from story_themes themes1_ where story0_.id=themes1_.story_id)) and story0_.published_at&gt;=? and story0_.published_at&lt;=? order by story0_.published_at DESC
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select user0_.id as id1_3_0_, user0_.password as password2_3_0_, user0_.role as role3_3_0_, user0_.username as username4_3_0_ from user user0_ where user0_.id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
Hibernate: select themes0_.story_id as story_id1_1_0_, themes0_.theme as theme2_1_0_ from story_themes themes0_ where themes0_.story_id=?
</stdout></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.072</duration><failedSince>0</failedSince><name>afterFilterStoriesByGenreThemeAndPublication</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.125</duration><failedSince>0</failedSince><name>beforeGetTop2ReadStoriesLastMonthByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.103</duration><failedSince>0</failedSince><name>getTop2ReadStoriesLastMonthByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.089</duration><failedSince>0</failedSince><name>afterGetTop2ReadStoriesLastMonthByGenre</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.063</duration><failedSince>0</failedSince><name>beforeGetTop2ReadStoriesLastMonthByGenre_empty</name><skipped>false</skipped><status>PASSED</status></case><case><age>0</age><className>es.uvigo.esei.microstories.rest.StoryResourceRestTest</className><duration>0.043</duration><failedSince>0</failedSince><name>getTop2ReadStoriesLastMonthByGenre_empty</name><skipped>false</skipped><status>PASSED</status></case><duration>43.505</duration><name>es.uvigo.esei.microstories.rest.ResourceUnitTestSuite</name></suite></testResult>