Bamboo.Prevalence.Tests.PrevalenceTestBase.CrashRecover C# (CSharp) Method

CrashRecover() protected method

protected CrashRecover ( ) : void
return void
		protected void CrashRecover()
		{
			
			// The new engine automatically
			// recovers from crash by loading
			// its previous state		
			HandsOffOutputLog();
			_engine = CreateEngine();
		}