Azavea.NijPredictivePolicing.Test.IntegrationTests.Init C# (CSharp) Method

Init() private method

private Init ( ) : void
return void
        public void Init()
        {
            _log = LogHelpers.ResetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

            if (!Directory.Exists(OutputDir))
                Directory.CreateDirectory(OutputDir);
        }
IntegrationTests