Hi
I am working on a project in which I need to NUnit testing. To do that I need to write tests for each class. I am trying to automate that process.
1. How to know names of public properties of class in .Net dynamically?
2. I am also looking for property types to set some default values.
3. There might be nested classes also. I am wondering how to traverse that nested tree?
Please advice. Thanks
Pankaj