public void shouldVerifyWithSuccess() {
log.info("--shouldVerifyWithSuccess");
//given
PayPalStatusVerifier mockStatusVerifier = new MockStatusVerifier();
PayPalVerificationService verificationService = new PayPalVerificationService("dummyAddress",
new PayPalProcessorsFactory(MockVerifiedPayPalProcessor.class),
new TestErrorHandler(),
mockStatusVerifier);
HashMap<String, String[]> parametersMap = new HashMap<String, String[]>();
parametersMap.put(RequestParameters.Parameter.payment_status.toString(), new String[]{"VERIFIED"});