Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Protocol
- swift documentation
- HIG
- 애니메이션
- UICollectionView
- uitableview
- RxCocoa
- 리펙토링
- combine
- 스위프트
- collectionview
- Human interface guide
- Refactoring
- ios
- ribs
- 클린 코드
- Observable
- uiscrollview
- tableView
- MVVM
- 리펙터링
- rxswift
- swiftUI
- Xcode
- Clean Code
- UITextView
- 리팩토링
- map
- clean architecture
- SWIFT
Archives
- Today
- Total
목록(Behavior Deriven Development) (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] 2. 유닛 테스트 방법 - Quick과 Nimble을 이용한 테스트 코드 구현 방법 (BDD, sut, dummy, mock, stub)
1. 유닛 테스트 방법 - Dependency Injection (@Injected) 주입 구조 2. 유닛 테스트 방법 - Quick과 Nimble을 이용한 테스트 코드 구현 방법 2 expect("seahorse").to(contain("sea")) expect(["Atlantic", "Pacific"]).toNot(contain("Mississippi")) expect(ocean.isClean).toEventually(beTruthy()) expect(seagull.squawk).toNot(equal("Oh, hello there!")) expect(seagull.squawk).notTo(equal("Oh, hello there!")) ex) nimble까지 적용한 예제 final class Some..
iOS 응용 (swift)
2022. 12. 11. 22:33