{
  "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
  "failCount" : 0,
  "skipCount" : 0,
  "totalCount" : 50,
  "urlName" : "testReport",
  "childReports" : [
    {
      "child" : {
        "_class" : "hudson.maven.MavenBuild",
        "number" : 109,
        "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-rest/109/"
      },
      "result" : {
        "_class" : "hudson.tasks.junit.TestResult",
        "testActions" : [
          
        ],
        "duration" : 39.556,
        "empty" : False,
        "failCount" : 0,
        "passCount" : 31,
        "skipCount" : 0,
        "suites" : [
          {
            "cases" : [
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.901,
                "failedSince" : 0,
                "name" : "beforeListRecentStories",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 8.861,
                "failedSince" : 0,
                "name" : "listRecentStories",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.844,
                "failedSince" : 0,
                "name" : "afterListRecentStories",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.12,
                "failedSince" : 0,
                "name" : "beforeGetStoryById",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.512,
                "failedSince" : 0,
                "name" : "testGetStoryById_Success",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.075,
                "failedSince" : 0,
                "name" : "afterGetStoryById",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.16,
                "failedSince" : 0,
                "name" : "beforeGetNonExistentStory",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.118,
                "failedSince" : 0,
                "name" : "testGetStoryById_NotFound",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.133,
                "failedSince" : 0,
                "name" : "afterGetNonExistentStory",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.078,
                "failedSince" : 0,
                "name" : "beforeSearchStoriesContainsText",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.111,
                "failedSince" : 0,
                "name" : "testSearchStories_ReturnsResults",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.171,
                "failedSince" : 0,
                "name" : "afterSearchStoriesContainsText",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.123,
                "failedSince" : 0,
                "name" : "beforeSearchStoriesInvalidText",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.045,
                "failedSince" : 0,
                "name" : "testSearchStories_InvalidText_ReturnsBadRequest",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.137,
                "failedSince" : 0,
                "name" : "beforeFilterStoriesByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.114,
                "failedSince" : 0,
                "name" : "listFilteredStoriesByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.196,
                "failedSince" : 0,
                "name" : "afterFilterStoriesByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.341,
                "failedSince" : 0,
                "name" : "beforeFilterStoriesByTheme",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.134,
                "failedSince" : 0,
                "name" : "listFilteredStoriesByTheme",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.121,
                "failedSince" : 0,
                "name" : "afterFilterStoriesByTheme",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.108,
                "failedSince" : 0,
                "name" : "beforeFilterStoriesByPublicationDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.084,
                "failedSince" : 0,
                "name" : "listFilteredStoriesByPublication",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.067,
                "failedSince" : 0,
                "name" : "afterFilterStoriesByPublicationDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.119,
                "failedSince" : 0,
                "name" : "beforeFilterStoriesByGenreThemeAndPublication",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.083,
                "failedSince" : 0,
                "name" : "listFilteredStoriesByGenreThemeAndPublication",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.089,
                "failedSince" : 0,
                "name" : "afterFilterStoriesByGenreThemeAndPublication",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.088,
                "failedSince" : 0,
                "name" : "beforeGetTop2ReadStoriesLastMonthByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.097,
                "failedSince" : 0,
                "name" : "getTop2ReadStoriesLastMonthByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.091,
                "failedSince" : 0,
                "name" : "afterGetTop2ReadStoriesLastMonthByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.052,
                "failedSince" : 0,
                "name" : "beforeGetTop2ReadStoriesLastMonthByGenre_empty",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.rest.StoryResourceRestTest",
                "duration" : 0.048,
                "failedSince" : 0,
                "name" : "getTop2ReadStoriesLastMonthByGenre_empty",
                "skipped" : False,
                "status" : "PASSED"
              }
            ],
            "duration" : 39.556,
            "id" : None,
            "name" : "es.uvigo.esei.microstories.rest.ResourceUnitTestSuite",
            "timestamp" : None
          }
        ]
      }
    },
    {
      "child" : {
        "_class" : "hudson.maven.MavenBuild",
        "number" : 109,
        "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-service/109/"
      },
      "result" : {
        "_class" : "hudson.tasks.junit.TestResult",
        "testActions" : [
          
        ],
        "duration" : 30.476,
        "empty" : False,
        "failCount" : 0,
        "passCount" : 19,
        "skipCount" : 0,
        "suites" : [
          {
            "cases" : [
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 1.16,
                "failedSince" : 0,
                "name" : "testGetStoryById",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.148,
                "failedSince" : 0,
                "name" : "testAddReadingLogEntryForA_Story_aux",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.269,
                "failedSince" : 0,
                "name" : "testGetStoriesByUser_InvalidPage",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.147,
                "failedSince" : 0,
                "name" : "testGetStoriesByUser_InvalidSize",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.47,
                "failedSince" : 0,
                "name" : "testGetStoriesByUser_WithPagination",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.314,
                "failedSince" : 0,
                "name" : "testGetTop2ReadStoriesLastMonthByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.238,
                "failedSince" : 0,
                "name" : "testSearchStories_InvalidPage",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.217,
                "failedSince" : 0,
                "name" : "testSearchStories_InvalidSize",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.184,
                "failedSince" : 0,
                "name" : "testSearchStories_InvalidText",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.162,
                "failedSince" : 0,
                "name" : "testGetStoryById_NotFound",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.152,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByDateWithInitialDateAfterFinalDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.108,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByDateWithOnlyInitialDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.172,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.108,
                "failedSince" : 0,
                "name" : "testGetTop2ReadStoriesLastMonthByGenre_NoStories",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.118,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByDateWithOnlyFinalDate",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.184,
                "failedSince" : 0,
                "name" : "testSearchStories",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.2,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByGenre",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.249,
                "failedSince" : 0,
                "name" : "getFilteredStoriesByTheme",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "es.uvigo.esei.microstories.services.StoryServiceIntegrationTest",
                "duration" : 0.161,
                "failedSince" : 0,
                "name" : "testGetRecentStories",
                "skipped" : False,
                "status" : "PASSED"
              }
            ],
            "duration" : 30.476,
            "id" : None,
            "name" : "es.uvigo.esei.microstories.services.ServiceIntegrationTestSuite",
            "timestamp" : None
          }
        ]
      }
    }
  ]
}