- Mockito for Spring
- Sujoy Acharya
- 131字
- 2021-07-23 20:37:57
Preface
When I was writing the first draft of this book, I was eager to compare the manuscript with other books on the Spring Framework. Here are the features that distinguish this book from others:
- This book is not only about the Spring Framework. It also describes the basics of Spring, Spring's test module, Spring's integration testing, JUnit testing, how to mock Spring beans with Mockito, and advanced Spring 4.1 features. I couldn't find any books that cover these topics.
- This book explains JUnit testing and mocking in the context of Spring.
- The book covers Spring's test module and Spring integration testing in detail. These are the most difficult parts in the Spring testing world.
I have taken a hands-on approach here by combining theories with examples to explain the topics.
推薦閱讀
- Vue.js設(shè)計與實現(xiàn)
- Redis入門指南(第3版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Learning Selenium Testing Tools with Python
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團隊協(xié)同等核心場景實戰(zhàn)
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- Internet of Things with Intel Galileo
- 差分進化算法及其高維多目標優(yōu)化應(yīng)用
- C語言程序設(shè)計案例精粹
- 大學(xué)計算機基礎(chǔ)(第2版)(微課版)
- Python算法詳解
- Instant PHP Web Scraping
- 智能手機APP UI設(shè)計與應(yīng)用任務(wù)教程
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- Spring+Spring MVC+MyBatis從零開始學(xué)