SlideShare a Scribd company logo
Test Expressions
Assert methods
3 XCTAssertEqual . XCTest assert function .
• Equality: XCTAssertEqual, XCTAssertNotEqual


• Truthiness: XCTAssertTrue, XCTAssertFalse


• Nullability: XCTAssertNil, XCTAssertNotNil


• Comparison: XCTAssertLessThan, XCTAssertGreaterThan,
XCTAssertLessThanOrEqual, XCTAssertGreaterThanOrEqual


• Erroring: XCTAssertThrowsError, XCTAssertNoThrow
XCTAssertTrue .
Randomize execution order
• .


• ( ) .


• .
Test expressions
Test expressions
Code Coverage
• Code Coverage .


• .


• 100% TDD .


• .
Test expressions
Test expressions
Test expressions
,
.
Test Code Coverage
100% .


100% .


TDD UI Test


100% .


UI .
Debugging tests
.
•


•

More Related Content

PPTX
Chapter 5 java
PPTX
PDF
AngularJS
PDF
iOS 개발자로 계속 성장하는 팁들(슬라이드만)
PDF
iOS 개발자로 계속 성장하는 팁들
PDF
Gitflow 깃플로우 공유
PDF
New uikit in wwdc2021(KOR)
Chapter 5 java
AngularJS
iOS 개발자로 계속 성장하는 팁들(슬라이드만)
iOS 개발자로 계속 성장하는 팁들
Gitflow 깃플로우 공유
New uikit in wwdc2021(KOR)

More from joonjhokil (15)

PDF
php screw를 활용한 php 코드 암호화
PDF
Swift ui userinput
PDF
열거형을 활용하는 열가지 방법
PDF
파이썬 자료형 발표
PDF
Tdd app setup
PDF
Quick sort in Swift
PDF
Binary search
PDF
Queue challenges in swift
PDF
Queue in swift
PDF
DDD 3기 누렁이 20191110 회의록
PDF
Rx MVVM
PDF
Error handling
PDF
RxSwift Transforming operators
PDF
Observer pattern
PDF
스위프트 ARC 발표 자료
php screw를 활용한 php 코드 암호화
Swift ui userinput
열거형을 활용하는 열가지 방법
파이썬 자료형 발표
Tdd app setup
Quick sort in Swift
Binary search
Queue challenges in swift
Queue in swift
DDD 3기 누렁이 20191110 회의록
Rx MVVM
Error handling
RxSwift Transforming operators
Observer pattern
스위프트 ARC 발표 자료
Ad

Recently uploaded (20)

PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Safety Seminar civil to be ensured for safe working.
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Current and future trends in Computer Vision.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
737-MAX_SRG.pdf student reference guides
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Well-logging-methods_new................
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
composite construction of structures.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
web development for engineering and engineering
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Safety Seminar civil to be ensured for safe working.
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Current and future trends in Computer Vision.pptx
UNIT 4 Total Quality Management .pptx
Mechanical Engineering MATERIALS Selection
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
737-MAX_SRG.pdf student reference guides
CYBER-CRIMES AND SECURITY A guide to understanding
Well-logging-methods_new................
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Foundation to blockchain - A guide to Blockchain Tech
composite construction of structures.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
web development for engineering and engineering
Ad

Test expressions