I have an esurure application, and recently gung-ho over application settings. I realized that every setting required in service configuration was being heavily imposed that you could also have a clear way to go for anything that you want to remove even on the fly; Which means web service URL, information of SMTP host, etc. is in my service configuration. Imagine my surprise, when I made my changes, I tried to run my 200+ unit tests, only this To sync directly to the error:
Obviously, I have several options here ...
- I own RoleEnvironment I can use the available () Where should I get them, and get them from app.config if I'm not in the auction.
- I can deploy my application in the test environment, and can simply test the external interface.
But there is an "underlying" path in it? Are there any updates to the unit test framework that will allow me to test by running the exact code (with the settings in the environment and which will be deployed with settings)? As far as I know that there is no construction in test settings as a test structure, I use a wrapper class which config setting you are using I'm doing as you describe (which I'm sure you already know is easy to write), but primarily we can run outside our website dev cloth.
Comments
Post a Comment