AuthorizeNet/sdk-dotnet

View on GitHub
AuthorizeNETtest/Api/Controllers/MockTest/createCustomerProfileTransactionControllerTest.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method MockcreateCustomerProfileTransactionTest has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public void MockcreateCustomerProfileTransactionTest()
        {
            //define all mocked objects as final
            var mockController = GetMockController<createCustomerProfileTransactionRequest, createCustomerProfileTransactionResponse>();

    There are no issues that match your filters.

    Category
    Status