Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2주차 테스트코드 스터디 과제
과제 설명
저는 아이디텍스트필드와 비밀번호 텍스트필드에 모두 텍스트가 존재할 시 로그인버튼이 활성화되는 경우데 대한 테스트를 작성햇습니다.
테스트코드 세팅
File > New > Target에서 Unit Test Bundle을 생성하고, XCTests로 설정해줍니다

테스트하고자 하는 프로젝트를 @testable로 임포트해야 사용할 수 있습니다.
테스트코드 작성