Book Image

SPRING COOKBOOK

Book Image

SPRING COOKBOOK

Overview of this book

Table of Contents (19 chapters)
Spring Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Unit Testing

In this chapter, we will cover the following recipes:

  • Unit testing with JUnit 4

  • Unit testing with TestNG 6

  • Simulating dependencies with mocks using Mockito

  • Unit testing with JUnit 4 using Spring's application context

  • Unit testing with TestNG 6 using Spring's application context

  • Unit testing with transactions

  • Unit testing controller methods