notCalledList.forEach(function (spyItem) {
        expect(spyItem.spy.called).toBe(false, 'expects ' + spyItem.name + ' to be not called');
      });