Skip to content

Conversation

AlexPoziev
Copy link
Owner

No description provided.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Проект стоило назвать List.Tests (обычно имя тестируемого проекта + '.' + Tests)
  2. Класс стоило назвать ListTests (обычно имя тестируемого класса + Tests)

Comment on lines +56 to +57
[TestCaseSource(nameof(Lists))]
public void AddAndGetValueAndSizeShouldPerformExpectedResult(List<int> list)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Название тестового метода должно содержать постфикс Test


using Lists;

public class UniqueListExceptionsTest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public class UniqueListExceptionsTest
public class UniqueListExceptionsTests

@AlexPoziev AlexPoziev merged commit 6f5a714 into master May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants