secondCall secondCall This property getter is used to return a spyCall assertion from a spy assertion where the spyCall is the secondCall to the spy: expect(spy).secondCall.to... The above is equivalent to: expect(spy.secondCall).to...