Book Image

Jasmine Cookbook

By : Munish Kumar
Book Image

Jasmine Cookbook

By: Munish Kumar

Overview of this book

Table of Contents (16 chapters)
Jasmine Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 5. Jasmine Spies

In this chapter, we will cover:

  • Writing Jasmine tests using the spyOn() method and special matchers for spies

  • Writing Jasmine tests using tracking properties

  • Writing Jasmine tests with your own custom spy method

  • Using jasmine.any and jasmine.objectContaining

  • Writing Jasmine tests to mock the JavaScript timeout functions