April 2015
Intermediate to advanced
276 pages
5h 38m
English
In this chapter, we will cover:
spyOn() method and special matchers for spiesjasmine.any and jasmine.objectContainingThe primary objective of unit testing is to test a method, object, or component in isolation and see how it behaves in different circumstances. However, there are situations where a method/object has dependencies on other methods or objects. In this scenario, we need to design tests/specs across the units/methods or components to validate behavior or simulate a real-time scenario. However, due to ...
Read now
Unlock full access