Which .config file is used for a test dll?

84 Views Asked by At

In my output folder, there is two .config files :

  • app.config

  • app.UnitTest.config

i am wondering which one is used at runtime for test dll, the obvious answer will be app.UnitTest.config, but, is there any cases where app.config is used ?

N.B. I am using NUnit.

0

There are 0 best solutions below