Learn all you need to know about the Spring Framework and how to unit test your projects with MockitoAbout This BookLearn about the Spring testing framework, stubbing, mocking, and spying dependencies using the Mockito framework and explore its advanced featuresCreate an automated JUnit safety net for building a reliable, maintainable, and testable softwareStep-by-step tutorial stuffed with real-world examplesWho This Book Is ForIf you are an application developer with some experience in software testing and want to learn more about testing frameworks, then this technology and book is for you. Mockito for Spring will be perfect as your next step towards becoming a competent software tester with Spring and Mockito.
What You Will LearnUncover the architecture of the Spring testing framework and write integration testsExplore test doubles and work with dummy, spy, fake, stub, and mock objectsMock Spring container dependencies using MockitoRefresh your Spring Framework knowledgeLearn about the advanced Spring 4 Framework featuresWork with the REST controller to build and unit test RESTful web servicesCache data with Spring and EhCacheIn DetailMockito is a testing framework that creates external dependencies; this process is called mocking. This book will provide you with the skills you need to successfully build and maintain meaningful unit and integration test cases for Spring Framework code. This book starts with a brief introduction to the Spring Framework, including its components and architecture.
Packed with real-world examples, the book covers how to make Spring code testable and mock container and external dependencies using Mockito. You then get a walkthrough of the steps that will help you in applying Spring 4 Framework features and advanced Spring testing module features in the real world. By the end of the book, you will be a competent software tester with Spring and Mockito.