Пример #1
0
		public void FixtureSetUp ()
		{
			at = new MonoTests.System.Reflection.AssemblyTest ();
			corlib = typeof (int).Assembly;
			corlib_test = Assembly.GetExecutingAssembly ();
		}
Пример #2
0
 public void FixtureSetUp()
 {
     at          = new MonoTests.System.Reflection.AssemblyTest();
     corlib      = typeof(int).Assembly;
     corlib_test = Assembly.GetExecutingAssembly();
 }