コード例 #1
0
ファイル: BackupStressTestCase.cs プロジェクト: erdincay/db4o
		/// <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();
			}
		}
コード例 #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();
            }
        }
コード例 #3
0
ファイル: BackupStressTestCase.cs プロジェクト: erdincay/db4o
			public _IRunnable_92(BackupStressTestCase _enclosing)
			{
				this._enclosing = _enclosing;
			}
コード例 #4
0
 public _IRunnable_92(BackupStressTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }