https://developer.apple.com/videos/play/wwdc2024/10179/ Meet Swift Testing - WWDC24 - Videos - Apple DeveloperIntroducing Swift Testing: a new package for testing your code using Swift. Explore the building blocks of its powerful new API, discover...developer.apple.com * XCode16 부터 지원되는 기능입니다. Building blocks 파일을 추가할 때 새로 생긴 템플릿이 생긴걸 볼 수 있습니다. @Test attribute함수가 테스트라는 것을 나타냅니다. 이걸 붙이면 XCode가 테..