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

Fix null ref bug when base class cleanup fails #716

Merged

Conversation

NGloreous
Copy link
Contributor

If the executing test has no test class cleanup method but a base class does and it fails, we hit a null ref exception because we try to use the method name of the executing test class cleanup but there isn't one.

@nohwnd nohwnd added this to the 16.8.0 milestone Jun 10, 2020
@nohwnd nohwnd merged commit 7bc9975 into microsoft:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants