- 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.
推薦閱讀
- JBoss Weld CDI for Java Platform
- LabVIEW 2018 虛擬儀器程序設計
- Java 開發從入門到精通(第2版)
- Java從入門到精通(第5版)
- 單片機應用技術
- Modular Programming in Java 9
- C語言課程設計
- Getting Started with Gulp
- HTML5從入門到精通(第4版)
- Building Machine Learning Systems with Python(Second Edition)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Learning Modular Java Programming
- Oracle數據庫編程經典300例
- C指針原理揭秘:基于底層實現機制
- 算法設計與分析:基于C++編程語言的描述