-
Notifications
You must be signed in to change notification settings - Fork 790
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
TestFramework cannot be inherited #2993
Comments
I'm not clear what you're asking for here. |
[assembly: TestFramework("LJ.Test.Host.Web.HostTestStartup", "LJ.Test.Host.Web")] |
Please provide a repro project. Thanks! |
Hi, The problem I came across is that eventhough I can run a test in the base project without any issues, the tests in the interiting projects are not run. |
|
My code version
I am rewriting XunitTestFramework in A Project,ProjectB references Project A, but fails to run HostTestStartup
The text was updated successfully, but these errors were encountered: