Skip to content

Feature: 사장 인증 외부 서비스 연동 및 비즈니스 로직 변경

Sign in for the full log view
GitHub Actions / Test Results succeeded May 9, 2024 in 0s

All 6 tests pass, 1 skipped in 1s

7 tests  ±0   6 ✅ ±0   1s ⏱️ ±0s
2 suites ±0   1 💤 ±0 
2 files   ±0   0 ❌ ±0 

Results for commit 840501c. ± Comparison against earlier commit bfb476e.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
com.cakk.api.ArchitectureTest ‑ Provider 클래스는 Service, Filter, Provider 클래스에만 의존해야 한다.

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

7 tests found

There are 7 tests, see "Raw output" for the full list of tests.
Raw output
com.cakk.api.ArchitectureTest ‑ Entity는 아무것도 의존하지 않는다.
com.cakk.api.ArchitectureTest ‑ Provider 클래스는 Service, Filter, Provider 클래스에만 의존해야 한다.
com.cakk.api.ArchitectureTest ‑ response 패키지 안에 있는 클래스들은 Response로 끝나야 한다.
com.cakk.api.provider.JwtProviderTest ‑ User가 null인 경우, 토큰 생성에 실패한다.
com.cakk.api.provider.JwtProviderTest ‑ 액세스 토큰으로부터 인증 정보를 가져온다.
com.cakk.api.provider.JwtProviderTest ‑ 토큰 생성에 성공한다.
com.cakk.api.provider.JwtProviderTest ‑ 토큰으로부터 Claim 정보를 가져온다.