-
Notifications
You must be signed in to change notification settings - Fork 288
Support for CancellationTokenSource in TestContext to help in timeout… #585
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
Changes from all commits
a3c2978
fedd47e
20753dd
6833766
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -317,4 +317,7 @@ Error: {1}</value> | |
| <data name="UTA_TestMethodExpectedParameters" xml:space="preserve"> | ||
| <value>Only data driven test methods can have parameters. Did you intend to use [DataRow] or [DynamicData]?</value> | ||
| </data> | ||
| <data name="Execution_Test_Cancelled" xml:space="preserve"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please xlf file changes associated with this change There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Run command "build.cmd -uxlf". You would have to commit the xlf files changes post running the script. |
||
| <value>Test '{0}' execution has been aborted.</value> | ||
| </data> | ||
| </root> | ||
Uh oh!
There was an error while loading. Please reload this page.