Example #1
0
 public void FixtureSetUp()
 {
     // this occurs with a "clean" stack (full trust)
     pt = new MonoTests.System.IO.PathTest();
     cd = Environment.CurrentDirectory;
 }
Example #2
0
		public void FixtureSetUp ()
		{
			// this occurs with a "clean" stack (full trust)
			pt  = new MonoTests.System.IO.PathTest ();
			cd = Environment.CurrentDirectory;
		}