I would like to know the different types of run time errors present in c#
Testing
Collapse
X
-
Why?Originally posted by sureshkmsYes i am doing some research on creating testing tool for C#. so i want to know the run time errors present in C#
NUnit is amazing
The new VS (Orcas) is coming with a great test tool
Seems kind of redundant to me.
-- If worse comes to worse, and you really want to know how its done, use reflection on NUnit.Comment
Comment