microting/eform-sdk-dotnet

View on GitHub
eFormSDK.Integration.Tests/DbTestFixture.cs

Summary

Maintainability
B
4 hrs
Test Coverage

Method ClearDb has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private async Task ClearDb()
        {
            Console.WriteLine($"Starting ClearDb {DateTime.Now.ToString(CultureInfo.CurrentCulture)}");

            List<string> modelNames = new List<string>();
Severity: Major
Found in eFormSDK.Integration.Tests/DbTestFixture.cs - About 3 hrs to fix

    Method Setup has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            [SetUp]
            public async Task Setup()
            {
                Console.WriteLine($"Starting Setup {DateTime.Now.ToString(CultureInfo.CurrentCulture)}");
    
    
    Severity: Minor
    Found in eFormSDK.Integration.Tests/DbTestFixture.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status