Skip to content

Feature: 케이크 샵 좋아요 구현 #52

Feature: 케이크 샵 좋아요 구현

Feature: 케이크 샵 좋아요 구현 #52

GitHub Actions / Test Results succeeded Jun 13, 2024 in 0s

All 78 tests pass, 1 skipped in 1m 7s

79 tests   78 ✅  1m 7s ⏱️
15 suites   1 💤
15 files     0 ❌

Results for commit 6aec466.

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 ‑ providerDependency()

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

79 tests found

There are 79 tests, see "Raw output" for the full list of tests.
Raw output
com.cakk.api.ArchitectureTest ‑ entityNotDependency()
com.cakk.api.ArchitectureTest ‑ providerDependency()
com.cakk.api.ArchitectureTest ‑ response()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ likeCake()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ likeCancelCake()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByCategory1()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByCategory2()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByCategory3()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByShopId1()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByShopId2()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchByShopId3()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchCakeImagesByTextAndLocation1()
com.cakk.api.integration.cake.CakeIntegrationTest ‑ searchCakeImagesByTextAndLocation2()
com.cakk.api.integration.search.KeywordIntegrationTest ‑ topSearched()
com.cakk.api.integration.search.KeywordIntegrationTest ‑ topSearched2()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ detail1()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ detail2()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ detailInfo1()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ detailInfo2()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ findAllShopsByLocationBased1()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ likeCakeShop()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ likeCancelCake()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ request1()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ request2()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ simple1()
com.cakk.api.integration.shop.ShopIntegrationTest ‑ simple2()
com.cakk.api.integration.user.LikeIntegrationTest ‑ listByLike1()
com.cakk.api.integration.user.LikeIntegrationTest ‑ listByLike2()
com.cakk.api.integration.user.MyPageIntegrationTest ‑ modify()
com.cakk.api.integration.user.MyPageIntegrationTest ‑ profile()
com.cakk.api.integration.user.MyPageIntegrationTest ‑ withdraw()
com.cakk.api.integration.user.SignIntegrationTest ‑ recreate()
com.cakk.api.integration.user.SignIntegrationTest ‑ recreate2()
com.cakk.api.integration.user.SignIntegrationTest ‑ recreate3()
com.cakk.api.provider.JwtProviderTest ‑ generateToken1()
com.cakk.api.provider.JwtProviderTest ‑ generateToken2()
com.cakk.api.provider.JwtProviderTest ‑ getAuthentication()
com.cakk.api.provider.JwtProviderTest ‑ parseClaims()
com.cakk.api.service.cake.CakeServiceTest ‑ findCakeImagesByCursorAndCategory1()
com.cakk.api.service.cake.CakeServiceTest ‑ findCakeImagesByCursorAndCategory2()
com.cakk.api.service.cake.CakeServiceTest ‑ findCakeImagesByCursorAndShop1()
com.cakk.api.service.cake.CakeServiceTest ‑ findCakeImagesByCursorAndShop2()
com.cakk.api.service.like.LikeConcurrencyTest ‑ executeLikeCakeShopWithLock()
com.cakk.api.service.like.LikeConcurrencyTest ‑ executeLikeCakeShopWithoutLock()
com.cakk.api.service.like.LikeConcurrencyTest ‑ executeLikeCakeWithLock()
com.cakk.api.service.like.LikeConcurrencyTest ‑ executeLikeCakeWithoutLock()
com.cakk.api.service.like.LikeServiceTest ‑ findCakeImagesByCursorAndLike()
com.cakk.api.service.like.LikeServiceTest ‑ findCakeImagesByCursorAndLike2()
com.cakk.api.service.like.LikeServiceTest ‑ findCakeImagesByCursorAndLike3()
com.cakk.api.service.like.LikeServiceTest ‑ likeCake1()
com.cakk.api.service.like.LikeServiceTest ‑ likeCake2()
com.cakk.api.service.like.LikeServiceTest ‑ likeCakeShop1()
com.cakk.api.service.like.LikeServiceTest ‑ likeCakeShop2()
com.cakk.api.service.like.LikeServiceTest ‑ likeCakeShop3()
com.cakk.api.service.search.KeywordServiceTest ‑ findTopSearched1()
com.cakk.api.service.search.KeywordServiceTest ‑ findTopSearched2()
com.cakk.api.service.shop.ShopServiceTest ‑ createCakeShop()
com.cakk.api.service.shop.ShopServiceTest ‑ promoteUser()
com.cakk.api.service.shop.ShopServiceTest ‑ requestCertificationEventWithInfo()
com.cakk.api.service.shop.ShopServiceTest ‑ requestCertificationEventWithParam()
com.cakk.api.service.shop.ShopServiceTest ‑ searchDetailById1()
com.cakk.api.service.shop.ShopServiceTest ‑ searchDetailById2()
com.cakk.api.service.shop.ShopServiceTest ‑ searchInfoById1()
com.cakk.api.service.shop.ShopServiceTest ‑ searchInfoById2()
com.cakk.api.service.shop.ShopServiceTest ‑ searchSimpleById1()
com.cakk.api.service.shop.ShopServiceTest ‑ searchSimpleById2()
com.cakk.api.service.user.SignServiceTest ‑ recreateToken()
com.cakk.api.service.user.SignServiceTest ‑ recreateToken2()
com.cakk.api.service.user.SignServiceTest ‑ recreateToken3()
com.cakk.api.service.user.SignServiceTest ‑ recreateToken4()
com.cakk.api.service.user.SignServiceTest ‑ signIn()
com.cakk.api.service.user.SignServiceTest ‑ signIn2()
com.cakk.api.service.user.SignServiceTest ‑ signUp1()
com.cakk.api.service.user.SignServiceTest ‑ signUp2()
com.cakk.api.service.user.UserServiceTest ‑ findProfile1()
com.cakk.api.service.user.UserServiceTest ‑ findProfile2()
com.cakk.api.service.user.UserServiceTest ‑ updateInformation()
com.cakk.api.service.user.UserServiceTest ‑ withdraw1()
com.cakk.api.service.user.UserServiceTest ‑ withdraw2()