{
  "_class" : "hudson.tasks.junit.ClassResult",
  "testActions" : [
    
  ],
  "child" : [
    {
      "testActions" : [
        
      ],
      "age" : 1,
      "className" : "org.example.EmployeesTest",
      "duration" : 0.327,
      "failedSince" : 120,
      "name" : "testCreateEmployee",
      "skipped" : False,
      "status" : "FAILED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "org.example.EmployeesTest",
      "duration" : 3.357,
      "failedSince" : 0,
      "name" : "testShowEmployees",
      "skipped" : False,
      "status" : "PASSED"
    }
  ],
  "failCount" : 1,
  "name" : "EmployeesTest",
  "passCount" : 1,
  "skipCount" : 0
}