I am writing some unit tests in which I need a fake xml file. I can create that file and require it to be deployed with the unit tests, but experience shows that at my offic
If the contents are static, why can't you commit it to source control? Add it to your project and then it will always be exactly where you expect it to be.