Exemplo n.º 1
0
 public void Setup()
 {
     _makePaymentRequest = new MakePaymentRequest();
     _validatorInTest    = new BacsPaymentRequestValidator();
     _account            = new Account()
     {
         AllowedPaymentSchemes = AllowedPaymentSchemes.Bacs
     };
 }
Exemplo n.º 2
0
        public BacsPaymentRequestValidatorTests()
        {
            builder = new AccountBuilder();

            validator = new BacsPaymentRequestValidator();
        }