C# and assert

Z

Z.K.

I can't seem to get assert to work. The namespace does not seem to
exist. I have Visual Studio 2005 Professional - Student Version. Is it
not included in this version? I have heard there is a version in NUNIT
so I guess I will download that and see.

Z.K.
 
Z

Z.K.

Z.K. said:
I can't seem to get assert to work. The namespace does not seem to
exist. I have Visual Studio 2005 Professional - Student Version. Is it
not included in this version? I have heard there is a version in NUNIT
so I guess I will download that and see.

Z.K.

Disregard this post. I figured out what was wrong. The code example I
was trying to use was incorrect. I added

using System.Diagnostc;

and then I used Debug.Assert instead of just Assert


Z.K.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top