-
Notifications
You must be signed in to change notification settings - Fork 167
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
CODE RUB: Replace Input variables in Exception Tests with Some Variable #954
Comments
@hassan, If this is still pending can i also contribute to do it. |
? I have no idea what this is about or why I was tagged here. |
@hassan sorry for the trouble. |
@tharanisantosh , Hassan's tag is this @hassanhabib |
@tharanisantosh Go for it |
Thanks Humrudha. |
this issue needs to be closed. It is already accomplished in the commit 8b4d7fa |
Please ignore the mention. I accidentally mentioned this issue while creating a Pull Request for some other issue. |
In any test that is for RetrieveById under the exceptions section -
For example:
CalendarServiceTests.Exceptions.RetrieveById.cs
You will find code in the tests in that file that looks like this:
What we need to do is two things:
Replace all
input...
variable names withsome ...
variable names. For instance, in here we have a variable calledinputCalendarId
we need to replace that withsomeCalendarId
.After we do the change the test method should look as follows:
This issue and all related PRs are assigned to @KFitz114
The text was updated successfully, but these errors were encountered: