Ejemplo n.º 1
0
        [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 });
        }
Ejemplo n.º 2
0
		[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 });
		}
Ejemplo n.º 3
0
        public void FromFileBatch_PermitOnly()
        {
            CodeCompilerTest cc = new CodeCompilerTest();

            cc._FromFileBatch(new CompilerParameters(), new string[] { String.Empty });
        }
Ejemplo n.º 4
0
		public void FromFileBatch_PermitOnly ()
		{
			CodeCompilerTest cc = new CodeCompilerTest ();
			cc._FromFileBatch (new CompilerParameters (), new string[] { String.Empty });
		}