calledList.forEach(function (spyItem) {
        expect(spyItem.spy.calledOnce).toBe(true, 'expects ' + spyItem.name + ' to be called once.');
      });