If you are using nunit 2.5+, you can use the new The RequiresSTAAttribute at class
[TestFixture, RequiresSTA]
or assembly level.
[assembly:RequiresSTA]
No need for config file. check:
http://www.nunit.org/index.php?p=requiresSTA&r=2.5
If you are using nunit 2.5+, you can use the new The RequiresSTAAttribute at class
[TestFixture, RequiresSTA]
or assembly level.
[assembly:RequiresSTA]
No need for config file. check:
http://www.nunit.org/index.php?p=requiresSTA&r=2.5