microting/eform-sdk-dotnet

View on GitHub
eFormSDK.Integration.CheckLists.SqlControllerTests/SqlControllerTestCheckListSite.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method SQL_Case_CheckListSitesRead_DoesSiteRead has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public async Task SQL_Case_CheckListSitesRead_DoesSiteRead()
        {
            Random rnd = new Random();
            Site site1 = await testHelpers.CreateSite("mySite2", 331);

    There are no issues that match your filters.

    Category
    Status