BloomTests.Collection.CollectionSettingsTests.FixtureSetup C# (CSharp) Method

FixtureSetup() private method

private FixtureSetup ( ) : void
return void
        public void FixtureSetup()
        {
            SIL.Reporting.ErrorReport.IsOkToInteractWithUser = false;
            _folder = new TemporaryFolder("CollectionSettingsTests");
        }