My MVC Web API application has a custom configuration section which is used by the application for config values.
I want to test whether the custom configuration section values populated in the web.config file are correct and GetSection
is able to read them correctly. Is there any way to test this without creating another config file for nunit with the exact same values?