{
  "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
  "failCount" : 0,
  "skipCount" : 0,
  "totalCount" : 2,
  "urlName" : "testReport",
  "childReports" : [
    {
      "child" : {
        "_class" : "hudson.maven.MavenBuild",
        "number" : 3,
        "url" : "https://fhdwdev.ha.bib.de/jenkins/job/maven-sample/de.fhdw.maven-sample$core/3/"
      },
      "result" : {
        "_class" : "hudson.tasks.junit.TestResult",
        "testActions" : [
          
        ],
        "duration" : 0.009,
        "empty" : False,
        "failCount" : 0,
        "passCount" : 2,
        "skipCount" : 0,
        "suites" : [
          {
            "cases" : [
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "de.fhdw.mavensample.core.CalculatorTest",
                "duration" : 0.008,
                "failedSince" : 0,
                "name" : "testAddLarge",
                "skipped" : False,
                "status" : "PASSED"
              },
              {
                "testActions" : [
                  
                ],
                "age" : 0,
                "className" : "de.fhdw.mavensample.core.CalculatorTest",
                "duration" : 0.001,
                "failedSince" : 0,
                "name" : "testAddSmall",
                "skipped" : False,
                "status" : "PASSED"
              }
            ],
            "duration" : 0.009,
            "enclosingBlockNames" : [
              
            ],
            "enclosingBlocks" : [
              
            ],
            "id" : None,
            "name" : "de.fhdw.mavensample.core.CalculatorTest",
            "nodeId" : None,
            "timestamp" : None
          }
        ]
      }
    }
  ]
}