Trace class

How to write trace classes and unit test cases? breifly explain.
[64 byte] By [shailajasetty] at [2007-11-20 10:24:52]
# 1 Re: Trace class
This sounds like a coursework question to me. I stopped doing coursework a long, long time ago. I only work for money now :D :D

Darwen.
darwen at 2007-11-9 11:35:21 >
# 2 Re: Trace class
How to write trace classes and unit test cases? breifly explain.
You might be able to find some useful info here: http://www.nunit.org/ - "NUnit is a unit-testing framework for all .Net languages."
Zaccheus at 2007-11-9 11:36:21 >
# 3 Re: Trace class
Also have a look at this latest MSDN Magazine article:
http://msdn.microsoft.com/msdnmag/issues/07/09/MockTesting/default.aspx
Zaccheus at 2007-11-9 11:37:20 >