AuthorizeNet/sdk-dotnet

View on GitHub
AuthorizeNETtest/Api/Controllers/SampleTest/ErrorMessagesSampleTest.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method TestErrorMessages_ARB_ExpiredCard has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public void TestErrorMessages_ARB_ExpiredCard()
        {
            var rnd = new AnetRandom(DateTime.Now.Millisecond);
            ApiOperationBase<ANetApiRequest, ANetApiResponse>.MerchantAuthentication = CustomMerchantAuthenticationType;

    There are no issues that match your filters.

    Category
    Status