Re: [Springnet-developer] Testing Code in partial trust
Brought to you by:
aseovic,
markpollack
|
From: Mark P. <Mar...@sp...> - 2009-02-09 14:38:47
|
Hi, I think we'd have to check with the JetBrains folks first... they do have a download area for other contributions... Mark From: Erich Eichinger [mailto:eei...@gm...] Sent: Tuesday, February 03, 2009 3:10 PM To: spr...@li... Subject: [Springnet-developer] Testing Code in partial trust Hi all, While playing w/ Azure, I got sick of errors resulting from the code running on medium trust. I researched a while to find a way for testing my code's trust compliance in unit tests, but frankly didn't find much. So again I ended up using Reflector to reveal the secrets of the HttpRuntime and here it is - a utility class for executing code within any arbitrary security environment. Might be a nice idea for including in Spring's Unit Testing support? enjoy, Erich |