I cannot find any documentation for this program. Is there any? I installed the latest version and in Visual Studio 2008 I have the NUnit View open but I can't get it to show any of my tests. I have a solution open which has projects with NUnit tests and I have tried rebuilding the project, but I still can't figure out how to use Visual NUnit. In the NUnit View the projects drop down list does show all by projects but no matter which one I select no tests are showing up. The NUnit GUI works correctly for my projects. Thanks ahead of time for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Any contributions in this area would be much appreciated.
Could you describe what type of visual studio project you are trying to debug and which visual nunit version you have in use. It sounds you have either found a bug or your project type is not yet supported by visual nunit.
-tommi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-12-10
I have the same issue with Visual NUnit 2008 1.0.1 (NUnit 2.5.2) first time install, I never used it before.
The project is a class library project containing test fixtures/cases.
The project is listed in the "project" drop down, but when selected no namespace is listed in the next drop down.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Current versions of VisualNunit are build against VisualNunit 2.5.0 and this is likely the problem here. Please let me know if you try with 2.5.0 and if it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-12-17
Hi,
Thanks for the feedback. I have tryed turning back to 2.5.0 but this doesn't solve the issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-12-30
I tryed debugging…
I have a Exception thrown when opening a NamedPipe (file RunnerClient.cs , line 70) saying "You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again."
Can you guess what the problem is?
I continue investigating, let me know if you have some clue…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There has been similar reports before that the named pipes implementation of visual nunit is not working for all windows XPs for some reason. If the problem can not be figured out then only solution I can think of is to implement the same functionality using TCP/IP instead of pipes.
-tommi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot find any documentation for this program. Is there any? I installed the latest version and in Visual Studio 2008 I have the NUnit View open but I can't get it to show any of my tests. I have a solution open which has projects with NUnit tests and I have tried rebuilding the project, but I still can't figure out how to use Visual NUnit. In the NUnit View the projects drop down list does show all by projects but no matter which one I select no tests are showing up. The NUnit GUI works correctly for my projects. Thanks ahead of time for any help.
Hi
The only guide is here: http://www.codeproject.com/KB/testing/visualnunit.aspx
Any contributions in this area would be much appreciated.
Could you describe what type of visual studio project you are trying to debug and which visual nunit version you have in use. It sounds you have either found a bug or your project type is not yet supported by visual nunit.
-tommi
I have the same issue with Visual NUnit 2008 1.0.1 (NUnit 2.5.2) first time install, I never used it before.
The project is a class library project containing test fixtures/cases.
The project is listed in the "project" drop down, but when selected no namespace is listed in the next drop down.
Current versions of VisualNunit are build against VisualNunit 2.5.0 and this is likely the problem here. Please let me know if you try with 2.5.0 and if it works.
Hi,
Thanks for the feedback. I have tryed turning back to 2.5.0 but this doesn't solve the issue.
I tryed debugging…
I have a Exception thrown when opening a NamedPipe (file RunnerClient.cs , line 70) saying "You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again."
Can you guess what the problem is?
I continue investigating, let me know if you have some clue…
Hi
What is your operating system?
-tommi
I'm running XP SP3
There has been similar reports before that the named pipes implementation of visual nunit is not working for all windows XPs for some reason. If the problem can not be figured out then only solution I can think of is to implement the same functionality using TCP/IP instead of pipes.
-tommi
Regarding the exception you got, could it be that you have a computer name collision in your workgroup or domain?
-tommi
Hi,
There's no name collision (small network, custom computer name).
I'll not be looking at this these days. My next testing phase will be the occasion.
Best wishes for 2010!
-fred