コード例 #1
0
        public void NullAccountFails()
        {
            // Test if FasterPayments payment fails (unauthorized payment scheme)
            var result = _service.IsMovementAuthorized(null, PaymentScheme.FasterPayments, 5000);

            Assert.IsFalse(result);
        }