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.