You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#register(HomeUseCaseProtocol.self){ _ inHomeUseCase()}// Begin expansion of "#RegisterContainer"Container.standard.register(type:HomeUseCaseProtocol.self){ _ inHomeUseCase(repository:makeHomeRepository()}// End expansion of "#RegisterContainer"
테스트 케이스 ②
#register(HomeUseCaseProtocol.self, key:"Home"){ _ inHomeUseCase()}// Begin expansion of "#RegisterContainer"Container.standard.register(type:HomeUseCaseProtocol.self, key:"Home"){ _ inHomeUseCase(repository:makeHomeRepository()}// End expansion of "#RegisterContainer"
📄 기타
주석화된 문서 작성하기
XCTest 케이스 작성하기
검토 완료
The text was updated successfully, but these errors were encountered:
rlarjsdn3
changed the title
feat: #RegisterContainer 매크로 구현
feat: #register 매크로 구현
Jun 11, 2024
rlarjsdn3
added
문서
Improvements or additions to documentation
기능
New feature or request
😆경미
and removed
문서
Improvements or additions to documentation
기능
New feature or request
😆경미
labels
Jun 19, 2024
🛠️ 작업 내용
테스트 케이스 ①
테스트 케이스 ②
📄 기타
검토 완료
The text was updated successfully, but these errors were encountered: