-
Notifications
You must be signed in to change notification settings - Fork 14
additional-content-unittests #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...AdditionalContent/AdditionalContentTests/SubtitleTests/GetAllSubtitlesRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...iatRTests/AdditionalContent/AdditionalContentTests/TagTests/GetAllTagsRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...iatRTests/AdditionalContent/AdditionalContentTests/TagTests/GetAllTagsRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...iatRTests/AdditionalContent/AdditionalContentTests/TagTests/GetTagByIdRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...RTests/AdditionalContent/AdditionalContentTests/TagTests/GetTagByTitleRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
changed by request.
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
An answer for the previous change request. Changed naming and moved setups to private methods.
Tysyatsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On my humble opinion, it isn't critical to change, but it will make your tests cleaner and more straight forward.
...AdditionalContent/AdditionalContentTests/SubtitleTests/GetAllSubtitlesRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Show resolved
Hide resolved
...alContent/AdditionalContentTests/CoordinateTests/GetCoordinatesByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
| Id = 2, | ||
| Status = SubtitleStatus.Illustrator, | ||
| StreetcodeId = 1 | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, use a constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even in GetAll? It will be used once, is it really mandatory?
...AdditionalContent/AdditionalContentTests/SubtitleTests/GetSubtitleByIdRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...AdditionalContent/AdditionalContentTests/SubtitleTests/GetSubtitleByIdRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...RTests/AdditionalContent/AdditionalContentTests/TagTests/GetTagByTitleRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...RTests/AdditionalContent/AdditionalContentTests/TagTests/GetTagByTitleRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
...Tests/AdditionalContent/AdditionalContentTests/TagTests/GetTagsByStreetcodeIdHandlerTests.cs
Outdated
Show resolved
Hide resolved
Followed Natalia's advices
dev
JIRA
Code reviewers
Second Level Review
Summary of issue
ToDo
Summary of change
ToDo
Testing approach
ToDo
CHECK LIST