C# Class Azavea.NijPredictivePolicing.Test.BaseTest

Show file Open project: azavea/acs-alchemist

Public Properties

Property Type Description
BaseDir string
WorkingDir string

Protected Properties

Property Type Description
_log log4net.ILog

Private Methods

Method Description
BaseTest ( ) : System
Init ( ) : void

Property Details

BaseDir public static property

Location of the Azavea.NijPredictivePolicing.Test folder
public static string BaseDir
return string

WorkingDir public static property

Value to use for Settings.AppDataDirectory
public static string WorkingDir
return string

_log protected static property

protected static ILog,log4net _log
return log4net.ILog