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
- 클린 코드
- swift documentation
- swiftUI
- Refactoring
- tableView
- Observable
- UICollectionView
- Human interface guide
- Protocol
- Xcode
- 리팩토링
- 스위프트
- ribs
- uitableview
- ios
- MVVM
- collectionview
- Clean Code
- map
- rxswift
- UITextView
- HIG
- SWIFT
- 리펙터링
- combine
- RxCocoa
- uiscrollview
- clean architecture
- 애니메이션
- 리펙토링
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