Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • MOCKITO COOKBOOK
  • Toc
  • feedback
MOCKITO COOKBOOK

MOCKITO COOKBOOK

By : Grzejszczak
4.3 (4)
close
MOCKITO COOKBOOK

MOCKITO COOKBOOK

4.3 (4)
By: Grzejszczak

Overview of this book

This is a focused guide with lots of practical recipes with presentations of business issues and presentation of the whole test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on. If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.
Table of Contents (12 chapters)
close
11
Index

Using Hamcrest matchers for assertions


In this recipe, we will add Hamcrest to your classpath (or check if it's already there) and look at a test that shows the concept that lies behind the Hamcrest library.

Getting ready

First, let's check the differences between the various Hamcrest JAR files:

  • hamcrest-core.jar: This file contains the core functionality and a set of common matchers

  • hamcrest-library.jar: This file contains a set of additional Hamcrest matchers

  • hamcrest-generator.jar: This file generates code that combines many matcher implementations into a single class with static methods

  • hamcrest-integration.jar: This file contains the integration of Hamcrest and other testing toolsrary.jar files

  • hamcrest-all.jar: This file contains one JAR file containing all other JAR files

Most likely, you will use either hamcrest-core or hamcrest-all, depending on your needs.

If you are using JUnit 4 (from at least 4.9), you have the core version of Hamcrest already bound to JUnit. If you are using a...

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete