unit test runner fails silently.
Hi I'm running a unit test that uses nunitasp library. When i try to run
the unit test, the gui starts to run the test then just looks like it stops,
with no indication of error. Running a non-nunitasp test seems to work fine.
Is there any way to enable verbose debug messages to see what is causing
this? we would like to use the unit test runner instead of using testdriven.net
if we can get this working..
Thanks,
John
Please sign in to leave a comment.
I have seen this behavior as well. I end up using the nunit-gui interface
and it works fine.
"John Morales" <jmorales@gmail.com> wrote in message
news:4ebeaa131fa1d8c8b12555332078@news.jetbrains.com...
>
>
Is this problem reproducable on a small example?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"John Morales" <jmorales@gmail.com> wrote in message
news:4ebeaa131fa1d8c8b12555332078@news.jetbrains.com...
>
>
I was able to repro problem.
See it fixed shortly
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"John Morales" <jmorales@gmail.com> wrote in message
news:4ebeaa131fa1d8c8b12555332078@news.jetbrains.com...
>
>
Hello Eugene,
Beautiful, thanks!
Hmmm,
Strange, I am now getting the same issue here (fails silently). But, I my setup is slightly different. I am running VS 2005, R# build 2.5.326.1 using NUnit 2.0.2.2.8. I am developing a stock winforms application.
I have tried the following;
1. Reinstalling R#
2. Created a new project with nothing more than a simple form and unit test class
If I run the test a couple of times or try a debug of the test it will eventually work. Not sure what is going on here. Can anyone point me in the right direction?
Message was edited by:
Chris