unit testing with nunit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ThanujaWick
    New Member
    • Nov 2008
    • 1

    unit testing with nunit

    hey, I have a dll project which (has a class, for instance class A that) reads a filepath from its app.config. But when i try to test that project with nunit tests, class A doesnt read the values from .config and the value stays null..

    Is there a specific way to do this??

    thank you
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Are you using the app.config located in your actual project or an app.config file in your test project?

    Nathan

    Comment

    Working...