Skip to content
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 | Improving Exceptions to get better messages on test lab in ExtUtilities #1004

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

JRahnama
Copy link
Member

While working on our test lab noticed some of the exceptions are not caught and a meaningful message is not shown. I have addressed the code to catch ExecutionFailureException.
Also while testing noticed when args is passing as null if(args==null) does not work and the message in the catch block does not show on the console, while using Any() will do a better job.

@JRahnama JRahnama added the ✔️ Tests Identifier for test related changes label Mar 24, 2021
@cheenamalhotra cheenamalhotra added this to the 3.0.0-preview2 milestone Mar 31, 2021
@cheenamalhotra cheenamalhotra merged commit b079be9 into dotnet:main Mar 31, 2021
@JRahnama JRahnama deleted the Improve-testlab-ExtUtilities branch July 6, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ Tests Identifier for test related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants