it("must call the callback with the source, the tracker and the response", function () {
        vastIntegrator._addClickThrough(mediaFile, tracker, response, callback);
        sinon.assert.calledWithExactly(callback, null, mediaFile, tracker, response);
      });