Exemplo n.º 1
0
        private async void PaymentSourceECL_TestGetPaymentSourceECL()
        {
            var childData = MockDb.PaymentSources;

            var listToTest = await PaymentSourceECL.GetPaymentSourceECL(childData);

            Assert.NotNull(listToTest);
            Assert.Equal(3, listToTest.Count);
        }