testing.LooseExpectationCollection Extends
This class is an ordered collection of expectations for one method. Since the loose mock does most of its verification at the time of $verify, this class is necessary to manage the return/throw behavior when the mock is being called.

Inheritance

Constructor

goog.testing.LooseExpectationCollection()

Instance Methods

Public Protected Private
addExpectation(expectation)
Adds an expectation to this collection.
Arguments:
expectation : goog.testing.MockExpectation
The expectation to add.
code »
getExpectations() Array.<goog.testing.MockExpectation>
Gets the list of expectations in this collection.
Returns: Array.<goog.testing.MockExpectation>  The array of expectations.
code »

Instance Properties

expectations_ :
The list of expectations. All of these should have the same name.
Code »

Package testing

Package Reference