Showing 886 of 3,221 total issues
Method question_Create_DoesCreate_QuestionSetTrue_PrioritisedValidDisplayBackButtonEnabledTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_PrioritisedValidDisplayBackButtonEnabledTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_PrioritisedTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_PrioritisedTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_PrioritisedBackButtonEnabledImageTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_PrioritisedBackButtonEnabledImageTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_PrioritisedBackButtonEnabledTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_PrioritisedBackButtonEnabledTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_ValidDisplayImageTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_ValidDisplayImageTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_ValidDisplayTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_ValidDisplayTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_BackButtonEnabledImageTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_BackButtonEnabledImageTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Create_DoesCreate_QuestionSetTrue_ValidDisplayBackButtonEnabledImageTrue
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Create_DoesCreate_QuestionSetTrue_ValidDisplayBackButtonEnabledImageTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method Down
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "LastIp",
table: "units");
Method Start
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public async Task<bool> Start(string connectionString)
{
string methodName = "Core.Start";
try
Method CaseCreate
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public async Task<List<int>> CaseCreate(MainElement mainElement, string caseUId, List<int> siteUids,
string custom, int? folderId)
{
string methodName = "Core.CaseCreate";
try
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 Folders_Update_DoesUpdate
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task Folders_Update_DoesUpdate()
{
//Arrange
File CoreTestSite.cs
has 259 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
Method question_Delete_DoesDelete_AllFalse
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_AllFalse()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Delete_DoesDelete_QuestionSetFalse_ImageTrue
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_QuestionSetFalse_ImageTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Delete_DoesDelete_QuestionSetFalse_BackButtonEnabledTrue
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_QuestionSetFalse_BackButtonEnabledTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Delete_DoesDelete_AllTrue
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_AllTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Delete_DoesDelete_QuestionSetFalse_ValidDisplayTrue
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_QuestionSetFalse_ValidDisplayTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();
Method question_Delete_DoesDelete_QuestionSetTrue_ValidDisplayTrue
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[Test]
public async Task question_Delete_DoesDelete_QuestionSetTrue_ValidDisplayTrue()
{
// Arrange
string name = Guid.NewGuid().ToString();