iOS Unit Testing with XCTest

Pluralsight
Course Summary
This course walks you through the fundamentals of iOS Unit Testing using the XCTest framework.
-
+
Course Description
This course will help you to understand the principles of iOS Unit Testing. In addition, you will learn some great patterns and best practices to implement when creating unit tests.
-
+
Course Syllabus
Introduction to Unit Testing in Xcode- 9m 34s
—Introduction 0m 32s
—Course Goals and Overview 3m 24s
—What is Unit Testing and Why Bother? 2m 57s
—History of Unit Testing in Xcode 1m 41s
—Summary 0m 58sXCTest Basics- 47m 27s
—Introduction 0m 14s
—Module Breakdown 1m 30s
—Structuring Tests in XCTest 3m 26s
—Demo - Structuring Tests in XCTest 15m 15s
—Xcode IDE Tools (Navigators) 1m 14s
—Demo - Xcode IDE Tools (Navigators) 5m 49s
—Xcode IDE Tools (Breakpoints and Menus) 1m 8s
—Demo - Xcode IDE Tools (Breakpoints and Menus) 4m 0s
—Xcode IDE Tools (Assistants) 0m 30s
—Demo - Xcode IDE Tools (Assistants) 1m 11s
—Assertions 1m 24s
—Assertions (XCTAssertNil, XCTAssertNotNil) 2m 17s
—Assertions (XCTAssertTrue, XCTAssertFalse) 1m 7s
—Assertions (XCTAssetEqualObjects, XCTAssertEqual) 1m 33s
—Assertions (XCTAssertEqualWithAccuracy) 0m 58s
—Assertions (XCTAssertThrows, XCTAssertNoThrow) 1m 12s
—Assertions (XCTAssertThrowsSpecific, XCTAssertNoThrowSpecific) 0m 51s
—Assertions (ThrowsSpecificNamed, NoThrowSpecificNamed) 1m 51s
—Assertions (XCTFail, XCTAssert) 1m 19s
—Summary 0m 30sMocking and Stubbing- 49m 22sPatterns and Best Practices - Part 1- 1h 29mPatterns and Best Practices - Part 2- 51m 35sContinuous Integration- 39m 13s
This course is listed under
Development & Implementations
, Project & Service Management
and Quality Assurance & Testing
Community
Related Posts: