Example #1
0
		/// <exception cref="System.Exception"></exception>
		public static void Main(string[] args)
		{
			verbose = true;
			runOnOldJDK = true;
			BackupStressTestCase stressTest = new BackupStressTestCase();
			try
			{
				stressTest.SetUp();
				stressTest.Test();
			}
			finally
			{
				stressTest.TearDown();
			}
		}
Example #2
0
        /// <exception cref="System.Exception"></exception>
        public static void Main(string[] args)
        {
            verbose     = true;
            runOnOldJDK = true;
            BackupStressTestCase stressTest = new BackupStressTestCase();

            try
            {
                stressTest.SetUp();
                stressTest.Test();
            }
            finally
            {
                stressTest.TearDown();
            }
        }
Example #3
0
			public _IRunnable_92(BackupStressTestCase _enclosing)
			{
				this._enclosing = _enclosing;
			}
Example #4
0
 public _IRunnable_92(BackupStressTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }