In the previous chapters, you’ve learned how to build a robust database solution. You’ve even seen how to move your code into layers to create a SOLID architecture. However, one major piece of the puzzle is missing to this point. Likely, this should have been included much earlier in the book. However, it’s now time to make sure that you have one of the final pieces of the puzzle to make a production-ready database. That missing piece is unit and integration testing.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Unit Testing, Integration Testing, and Mocking

  • Brian Gorman

摘要

In the previous chapters, you’ve learned how to build a robust database solution. You’ve even seen how to move your code into layers to create a SOLID architecture. However, one major piece of the puzzle is missing to this point. Likely, this should have been included much earlier in the book. However, it’s now time to make sure that you have one of the final pieces of the puzzle to make a production-ready database. That missing piece is unit and integration testing.