-
Notifications
You must be signed in to change notification settings - Fork 189
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
test: Replace existing NUnit assertions with updated ones to align with NUnit 4 standards. #713
Conversation
This reverts commit d391711.
…th NUnit 4 standards.
Assert.AreEqual(settings[AutomatorSetting.WaitForIDLETimeout], 3500); | ||
Assert.AreEqual(settings[AutomatorSetting.WaitForSelectorTimeout], 5000); | ||
Assert.AreEqual(settings[AutomatorSetting.WaitScrollAcknowledgmentTimeout], 7000); | ||
Assert.Multiple(() => |
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.
nice
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.
Tell that to NUnit Analyzer 😅
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.
@KazuCocoa fixed an issue I found before the merge. please approve if needed
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.
LGTM! 🎉
…lityToDefineTheDesiredLogFile improvements
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.
@KazuCocoa, @laolubenson Another issue I fixed just now.
List of changes
once this PR is merged we can merge #708 as well.
Types of changes
What types of changes are you proposing/introducing to the .NET client?
Put an
x
in the boxes that applyDocumentation
This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example
Integration tests
Details
Please provide more details about changes if it is necessary. If there are new features you can provide code samples showing how they work and possible use cases. Also, you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub