{
  "_class" : "hudson.tasks.junit.ClassResult",
  "testActions" : [
    
  ],
  "child" : [
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.025,
      "failedSince" : 0,
      "name" : "Authorization 헤더 없이 인증 필요 API 호출 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.031,
      "failedSince" : 0,
      "name" : "리프레시 토큰 쿠키가 없을 때 400 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.085,
      "failedSince" : 0,
      "name" : "리프레시 토큰으로 액세스 토큰 재발급 성공",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.029,
      "failedSince" : 0,
      "name" : "만료된 리프레시 토큰으로 재발급 시도 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.474,
      "failedSince" : 0,
      "name" : "만료된 액세스 토큰으로 인증 필요 API 호출 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.189,
      "failedSince" : 0,
      "name" : "발급받은 액세스 토큰으로 인증 필요 API 호출 성공",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.071,
      "failedSince" : 0,
      "name" : "유효하지 않은 리프레시 토큰으로 재발급 시도 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.027,
      "failedSince" : 0,
      "name" : "잘못된 Bearer 형식으로 인증 필요 API 호출 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    },
    {
      "testActions" : [
        
      ],
      "age" : 0,
      "className" : "com.example.soso.auth.integration.AuthIntegrationTest",
      "duration" : 0.035,
      "failedSince" : 0,
      "name" : "잘못된 액세스 토큰으로 인증 필요 API 호출 시 401 에러",
      "skipped" : False,
      "status" : "PASSED"
    }
  ],
  "failCount" : 0,
  "name" : "AuthIntegrationTest",
  "passCount" : 9,
  "skipCount" : 0
}