{
  "_class" : "hudson.tasks.junit.ClassResult",
  "testActions" : [
    
  ],
  "child" : [
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.community.freeboard.integration.FreeboardIntegrationTest",
      "duration" : 0.051,
      "failedSince" : 0,
      "name" : "비인증 사용자 조회 테스트 (정상적으로 조회 가능)",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.community.freeboard.integration.FreeboardIntegrationTest",
      "duration" : 0.013,
      "failedSince" : 0,
      "name" : "인증되지 않은 사용자 작성/수정/삭제 접근 테스트 (401 에러)",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.community.freeboard.integration.FreeboardIntegrationTest",
      "duration" : 0.246,
      "failedSince" : 0,
      "name" : "자유게시판 전체 플로우 테스트: 게시글 작성 → 조회 → 댓글 작성 → 수정 → 삭제",
      "skipped" : False,
      "status" : "PASSED"
    }
  ],
  "failCount" : 0,
  "name" : "FreeboardIntegrationTest",
  "passCount" : 3,
  "skipCount" : 0
}