How to traverse class properties for Nunit tests?

.net , csharp MacKinney, United States
  • 12 years ago

     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

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra