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