mendozaServer = new MendozaServer(
robotFactory, MendozaTestConstants.merchantId,
MendozaTestConstants.merchantKey,
MendozaTestConstants.calculationsTimeout);
StandAlone transport = new StandAlone(null, null,
MendozaTestConstants.merchantId, MendozaTestConstants.merchantKey,
MendozaTestConstants.merchantURL, MendozaTestConstants.callbackPort,
true);
TransportProxy proxy = new TransportProxy(transport, mendozaServer,
MendozaTestConstants.merchantURL, MendozaTestConstants.sampleURL);