Thanks for your reply. As stated, we are using NUnit 2.5.10. And we
did the app.config thing as suggested by your post.
The problem is for example the following code.
public void OnEnterEvent(...)
{
....
someDialog.ShowDialog()
....
}
The following happens.
* Project. Dialog is shown. When a breakpoint is placed, the code is
executed on the main thread.
* Specflow test project. STA exception. When a breakpoint is placed,
the code is executed on a random new thread (hence the conclusion that
the project is not in STA but MTA)
On May 26, 3:22 pm, Gáspár Nagy <
gaspar.n...@gmail.com> wrote:
> Which unit test runner you use for your test? If NUnit-gui/resharper
> than maybe this can be helpful:
http://houseofbilz.com/archives/2008/10/14/getting-your-nunit-tests-t...