update Five Factor Testing

This commit is contained in:
Jungpyo Hong 2022-03-14 22:23:07 -05:00 committed by GitHub
parent dbfef58c01
commit de2375ea62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ Feel free to fork this repository and pull requests!!
- [OperationQueue](#operationQueue)
- [Thread Sanitizer](#Thread-Sanitizer)
- [Testing](#Testing)
- [Five Factor Testing](#Five-Factor-Testing)
- [Test Double](#Test-Double)
- [TDD](#TDD)
- [BDD](#BDD)
@ -1743,7 +1744,12 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈
<img src="https://github.com/jphong1111/awesome-ios-developer/blob/main/Images/thread_sanitizer.png">
## Testing
# Testing
## Five Factor Testing
[Five Factor Testing](https://madeintandem.com/blog/five-factor-testing/)
## Test Double