Chris,
I noticed a "similar" problem in Visual Studio 2005. In my case, I
was getting "2" sets of tests - with one set being the "old" tests and
the second being the "revised" tests.
If you look in your project folder, there should be a recipe for
csUnit. What I did was: 1) Shut down VS. 2) Delete the recipe. 3)
Reopen VS. 4) open csUnit and test.
In my case, when csUnit reopened, it refreshed the tests to be
performed and built a new recipe. When I tested, the new recipe was
used and everything worked.
Hope this helps!
Bob
--- In csunit@yahoogroups.com, "Chris" <garsrtn@...> wrote:
>
> I am a new user of csUnit, and seem to be missing something...
>
> My problem is the tests are not being displayed in the 'Tests' tab of
> the csUnit view within Visual Studio.
>
> I've (re)installed the csUnit (2.5), and am using VS 2008 Team. I've
> constructed a test solution which includes the application project and
> the test project. The class is mared with the TestFixture attribute,
> and the test method is marked with the Test attribute.
>
> Thanks in advance for any help.
>