Ejemplo n.º 1
0
        [Category("NotDotNet")]          // MS doesn't check for Environment under 1.x
#endif
        public void FromSourceBatch_Deny_Environment()
        {
            CodeCompilerTest cc = new CodeCompilerTest();

            cc._FromSourceBatch(new CompilerParameters(), new string[] { String.Empty });
        }
Ejemplo n.º 2
0
		[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
		public void FromSourceBatch_Deny_Environment ()
		{
			CodeCompilerTest cc = new CodeCompilerTest ();
			cc._FromSourceBatch (new CompilerParameters (), new string[] { String.Empty });
		}
Ejemplo n.º 3
0
        public void FromSourceBatch_PermitOnly()
        {
            CodeCompilerTest cc = new CodeCompilerTest();

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