I've got a clear and simple question. The webapplication i'm working on is using unit tests (close to 1500 tests). Due to an required modification in the application several tests are failing because The HttpRuntime.BinDirectory doesn't have a value and therefor throws and ArgumentNullException.
Is there a way to set my own value in HttpRuntime.BinDirectory? Or to Mock it using the Moq framework?
Any help is appreciated!