@Test
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[]>();