Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

xUnit converter doesn't work for me #246

Open
SuperJMN opened this issue Nov 22, 2016 · 1 comment
Open

xUnit converter doesn't work for me #246

SuperJMN opened this issue Nov 22, 2016 · 1 comment

Comments

@SuperJMN
Copy link

I've used the tool over a .csproj project and nothing happened. I haven't found any documentation about how to use it. Could you please upload a mini how-to to teach us?

Thanks!

@tiesmaster
Copy link

Probably you're missing the MSTestNamespaces.txt file in the output directory, 6eb6cc3 in PR #233 fixed that for me, but unfortunately that PR has not been merged yet :(

When I ran the converter without that patch, I think got warnings in the console, and that patch made it go away. Try that first.

Next, if your codebase contains TestInitialize, and TestCleanup attributes, then you might be interested in my dev branch where I've added support to convert those to the appropriate xUnit equivalents. It's here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants