10. Unit Testing Services - ngnam/angular-up-and-running GitHub Wiki

How to Unit Test

Testing Components with a Service Dependency

  • Testing Components with a Real Service (dịch vụ thực tế)
  • Testing Components with a Mock Service (dịch vụ giả lập)
  • Testing Components with a Fake Service (dịch vụ mô phỏng)

Unit Testing Async

Unit Testing HTTP

Phần kết luận

Thực hành