How can I access the IApplicationEnvironment from an xUnit 2 unit test?
There are several scenarios where I think I need this, including:
- Read from a non-embedded configuration file built with the unit tests
- Create and write files relating to the unit tests