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

            cc._FromSource(new CompilerParameters(), String.Empty);
        }
예제 #2
0
        public void FromSource_Deny_UnmanagedCode()
        {
            CodeCompilerTest cc = new CodeCompilerTest();

            cc._FromSource(new CompilerParameters(), String.Empty);
        }
예제 #3
0
        public void FromSource_PermitOnly()
        {
            CodeCompilerTest cc = new CodeCompilerTest();

            cc._FromSource(new CompilerParameters(), String.Empty);
        }
예제 #4
0
		[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
#endif
		public void FromSource_Deny_Environment ()
		{
			CodeCompilerTest cc = new CodeCompilerTest ();
			cc._FromSource (new CompilerParameters (), String.Empty);
		}
예제 #5
0
		public void FromSource_Deny_UnmanagedCode ()
		{
			CodeCompilerTest cc = new CodeCompilerTest ();
			cc._FromSource (new CompilerParameters (), String.Empty);
		}
예제 #6
0
		public void FromSource_PermitOnly ()
		{
			CodeCompilerTest cc = new CodeCompilerTest ();
			cc._FromSource (new CompilerParameters (), String.Empty);
		}