microting/eform-sdk-dotnet

View on GitHub
eFormSDK.InSight.Tests/SurveyConfigurationsUTest.cs

Summary

Maintainability
B
6 hrs
Test Coverage

Method SurveyConfigurations_Update_DoesUpdate has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public async Task SurveyConfigurations_Update_DoesUpdate()
        {
            //Arrange
            Random rnd = new Random();
Severity: Major
Found in eFormSDK.InSight.Tests/SurveyConfigurationsUTest.cs - About 2 hrs to fix

    Method SurveyConfigurations_Delete_DoesSetWorkflowStateToRemoved has 56 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            [Test]
            public async Task SurveyConfigurations_Delete_DoesSetWorkflowStateToRemoved()
            {
                //Arrange
                Random rnd = new Random();
    Severity: Major
    Found in eFormSDK.InSight.Tests/SurveyConfigurationsUTest.cs - About 2 hrs to fix

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

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

        There are no issues that match your filters.

        Category
        Status