We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is one case where MSTEST0002: Test classes should have valid layout:
[TestClass] public static class TestSetup { [AssemblyInitialize] public static void Initialize(TestContext testContext) { ... } }
MSTEST0002 is fired because TestSetup class is static.
AB#1948288
The text was updated successfully, but these errors were encountered:
Oh! Thanks! That's indeed some false-positive.
Could you confirm that in your setup you don't have any test in the same class?
Sorry, something went wrong.
No. This is our actual code with implementation of Initilize method stripped out.
@Evangelink, any ETA on 3.2.1?
@avivanoff we just released 3.2.1!
Verified, the issue is fixed. Thank you.
Awesome! Looking forward for your feedback on V3.3
Evangelink
Successfully merging a pull request may close this issue.
There is one case where MSTEST0002: Test classes should have valid layout:
MSTEST0002 is fired because TestSetup class is static.
AB#1948288
The text was updated successfully, but these errors were encountered: