This material content my entire study codes about TDD in iOS by iOS Test-Driven Development by Tutorials design by @kodecocodes.
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"
- TDD Cycle
- TDD App Setup using XCTest
- Test Expressions & Expectations
- Asynchronous Tests
- Dependency Injection & Mocks
- Refactor Legacy Projects using TDD