eFormSDK.InSight.Tests/SurveyConfigurationsUTest.cs
Method SurveyConfigurations_Update_DoesUpdate
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task SurveyConfigurations_Update_DoesUpdate()
{
//Arrange
Random rnd = new Random();
Method SurveyConfigurations_Delete_DoesSetWorkflowStateToRemoved
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task SurveyConfigurations_Delete_DoesSetWorkflowStateToRemoved()
{
//Arrange
Random rnd = new Random();
Method SurveyConfigurations_Create_DoesCreate
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task SurveyConfigurations_Create_DoesCreate()
{
//Arrange
Random rnd = new Random();