Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 682 Bytes

iOS-TDD

This material content my entire study codes about TDD in iOS by iOS Test-Driven Development by Tutorials design by @kodecocodes.

Usage

For start backend project in MyBiz projects, using this commands below:

rm -Rf Package.resolved 
swift run --configuration debug -Xlinker -rpath -Xlinker "$(xcode-select -p)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.7/macosx"

Topics Covered

  • TDD Cycle
  • TDD App Setup using XCTest
  • Test Expressions & Expectations
  • Asynchronous Tests
  • Dependency Injection & Mocks
  • Refactor Legacy Projects using TDD