2324252627282930
mockery.checking(new Expectations(){ { atLeast(1).of(request).getParameter("lr");will(returnValue("00")); } }); new VISAComponentReturnHandler(criarRetornoDeIntegracao(request)).check(); mockery.assertIsSatisfied(); }
3637383940414243
mockery.checking(new Expectations(){ { atLeast(1).of(request).getParameter("lr");will(returnValue("11")); } }); new VISAComponentReturnHandler(criarRetornoDeIntegracao(request)).check(); mockery.assertIsSatisfied(); }