Woo hoo
So I spent some time in B Cup today finishing off a few coffees and some of the loose ends of my Test List Generator project. I am happy to say, that today I released the first version.
You can download the alpha from here: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=testlistgenerator&ReleaseId=11195
The alpha allows you to specify a DLL you wish to run a category of tests from. You can then specify the list of categories you want to include; as well as a list of categories you wish not to include. The code will then search your DLL for tests that match that criteria and generate a mstest compatible test list.
September 19, 2008 at 2:13 pm |
I like your test list generator – thanks for making it. I also wish that MSTest had the NUnit category attribute.
http://timstall.dotnetdevelopersjournal.com/getting_categories_for_mstest_just_like_nunit.htm