Mockito Cookbook
暫譯: Mockito 食譜
Marcin Grzejszczak
- 出版商: Packt Publishing
- 出版日期: 2014-06-27
- 售價: $1,980
- 貴賓價: 9.5 折 $1,881
- 語言: 英文
- 頁數: 264
- 裝訂: Paperback
- ISBN: 1783982748
- ISBN-13: 9781783982745
海外代購書籍(需單獨結帳)
相關主題
商品描述
About This Book
- Implement best practices to perform tests with Mockito
- Extend Mockito with other popular Java-based unit testing frameworks such as JUnit and Powermock
- A focused guide with many recipes on testing your software using Mockito
Who This Book Is For
If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.
What You Will Learn
- Create beautiful tests using Mockito
- Create mocks and spies in a number of ways
- Implement best practices to perform tests with Mockito
- Extend Mockito with other popular Java-based unit testing frameworks such as JUnit and PowerMock
- Stub behavior of mocks and spies
- Verify test doubles with Mockito
- Write good tests using Mockito
- Integrate Mockito with DI systems
- Compare Mockito to other mocking frameworks
- Verify the behavior of your system under test
In Detail
Mockito is a testing framework that allows you to easily create test doubles (mocks) of the system under test's collaborators. You can use mocks to better simulate the behavioral patterns of your software in isolation to receive feedback from tests as soon as possible.
This book consists of recipes that depict the usage of a vast majority of Mockito functionalities in real-life examples. It goes beyond the documentation and covers how Mockito works and shows the steps to write effective tests using Mockito. This is a focused guide with lots of practical recipes of business issues and presentation of the entire test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on.
商品描述(中文翻譯)
超過 65 個食譜,幫助您使用 Mockito 快速上手單元測試
本書介紹
- 實施最佳實踐以使用 Mockito 進行測試
- 將 Mockito 與其他流行的基於 Java 的單元測試框架(如 JUnit 和 PowerMock)擴展
- 一本專注於使用 Mockito 測試軟體的指南,包含許多食譜
本書適合誰閱讀
如果您是一位沒有測試經驗的軟體開發人員(特別是對於 Mockito),並且希望以最有效的方式開始使用 Mockito,那麼這本書適合您。本書假設您對基於 Java 的單元測試框架有良好的知識水平和理解。
您將學到什麼
- 使用 Mockito 創建美觀的測試
- 以多種方式創建模擬物件和間諜
- 實施最佳實踐以使用 Mockito 進行測試
- 將 Mockito 與其他流行的基於 Java 的單元測試框架(如 JUnit 和 PowerMock)擴展
- 模擬物件和間諜的行為
- 使用 Mockito 驗證測試替身
- 使用 Mockito 編寫良好的測試
- 將 Mockito 與依賴注入系統整合
- 將 Mockito 與其他模擬框架進行比較
- 驗證您測試系統的行為
詳細內容
Mockito 是一個測試框架,允許您輕鬆創建被測試系統的協作物件的測試替身(模擬物件)。您可以使用模擬物件更好地模擬您的軟體的行為模式,以便儘早從測試中獲得反饋。
本書包含的食譜描繪了在現實生活中使用大多數 Mockito 功能的情況。它超越了文檔,涵蓋了 Mockito 的工作原理,並展示了使用 Mockito 編寫有效測試的步驟。這是一本專注於商業問題的實用食譜指南,並展示了整個系統測試的過程。本書展示了 Mockito 與流行的單元測試框架(如 JUnit、PowerMock、TestNG 等)的使用。