Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

VisualNunit is not working?

I have installed VisualNunit to my MSVS 2008. Create a project, create NUnit test and say that it is not working.
Nunit window is clear. There is only DropDown with my projects and that's all. No tests, no namespaces.

Project type is C# library.
My test class is:
namespace Test
{
[TestFixture]
public class ForumRegexp
{
[Test]
public void ForumTrimmer()
{
}
}
}

Should I do anything else?

vladf over 15 years ago
 

Could anyone say which project should I create for Nunit tests (C# Class Library is ok?) and give me example of working class (working through visual Nunit) ?

Thank you.

vladf over 15 years ago
 

.

vladf over 15 years ago