microting/eform-sdk-dotnet

View on GitHub
eFormSDK.Base.Tests/SiteTagsUTest.cs

Summary

Maintainability
B
6 hrs
Test Coverage

Method SiteTags_Update_DoesUpdate has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public async Task SiteTags_Update_DoesUpdate()
        {
            // Arrange
            Random rnd = new Random();
Severity: Minor
Found in eFormSDK.Base.Tests/SiteTagsUTest.cs - About 1 hr to fix

    Method SiteTags_MultipleCreateAndDelete has 44 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            [Test]
            public async Task SiteTags_MultipleCreateAndDelete()
            {
                Random rnd = new Random();
    
    
    Severity: Minor
    Found in eFormSDK.Base.Tests/SiteTagsUTest.cs - About 1 hr to fix

      Method SiteTags_Delete_DoesDelete has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              [Test]
              public async Task SiteTags_Delete_DoesDelete()
              {
                  // Arrange
                  Random rnd = new Random();
      Severity: Minor
      Found in eFormSDK.Base.Tests/SiteTagsUTest.cs - About 1 hr to fix

        Method SiteTags_Create_DoesCreate has 29 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                [Test]
                public async Task SiteTags_Create_DoesCreate()
                {
                    // Arrange
                    Random rnd = new Random();
        Severity: Minor
        Found in eFormSDK.Base.Tests/SiteTagsUTest.cs - About 1 hr to fix

          There are no issues that match your filters.

          Category
          Status