[Category("NotDotNet")] // MS doesn't check for Environment under 1.x #endif public void FromFileBatch_Deny_Environment() { CodeCompilerTest cc = new CodeCompilerTest(); cc._FromFileBatch(new CompilerParameters(), new string[] { String.Empty }); }
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x #endif public void FromFileBatch_Deny_Environment () { CodeCompilerTest cc = new CodeCompilerTest (); cc._FromFileBatch (new CompilerParameters (), new string[] { String.Empty }); }
public void FromFileBatch_PermitOnly() { CodeCompilerTest cc = new CodeCompilerTest(); cc._FromFileBatch(new CompilerParameters(), new string[] { String.Empty }); }
public void FromFileBatch_PermitOnly () { CodeCompilerTest cc = new CodeCompilerTest (); cc._FromFileBatch (new CompilerParameters (), new string[] { String.Empty }); }