Book Image

Mastering Unit Testing Using Mockito and JUnit

By : Sujoy Acharya
Book Image

Mastering Unit Testing Using Mockito and JUnit

By: Sujoy Acharya

Overview of this book

Table of Contents (17 chapters)
Mastering Unit Testing Using Mockito and JUnit
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter explained the unit testing strategy for the presentation layer and provided examples on front controller servlets and Spring MVC.

By now, you should be able to unit test the web tier components and isolate the view components from the presentation logic.

The next chapter will cover the unit testing of the database layer.