/// <summary> /// Creates a state controller that is hooked to the given db name. /// </summary> /// <param name="dbName"></para> public TestState(BaseArgs args) { _dbName = args.DatabaseName; _stateBackupFolder = Path.Combine(IntegrationTestBase.GetTestTempBasePath(), "DbStateBackups"); }