C# Class Azavea.Open.Common.Tests.ConfigTests

Show file Open project: azavea/net-om-utils-common

Private Methods

Method Description
GetParamInvalidHelper ( Config cfg, string comp, string parm, string testDesc ) : void

Call GetParameter with invalid params, catch the exception and check the message.

TestAppNameConstructor ( ) : void
TestAppNameConstructorBlankName ( ) : void
TestAppNameConstructorInvalidName ( ) : void
TestAppNameConstructorNameWithNoFile ( ) : void
TestAppNameConstructorNullName ( ) : void
TestCaseInsensitivity ( ) : void
TestEmptyValue ( ) : void
TestFileNameConstructor ( ) : void
TestFileNameConstructorBlankAppName ( ) : void
TestFileNameConstructorBlankFileName ( ) : void
TestFileNameConstructorInvalidFile ( ) : void
TestFileNameConstructorNullAppName ( ) : void
TestFileNameConstructorNullFileName ( ) : void
TestGetConfig ( ) : void
TestGetParamInvalid ( ) : void
TestGetParamNonAttr ( ) : void
TestGetParamNulls ( ) : void
TestGetParamValid ( ) : void
TestParseBool ( ) : void
TestParseDouble ( ) : void
TestParseInt ( ) : void
TestReplaceEnvAdvanced ( ) : void
TestReplaceEnvChanged ( ) : void
TestReplaceEnvIntolerantExceptions ( ) : void
TestReplaceEnvUnchanged ( ) : void
TestReplaceEnvVarIntolerantChanged ( ) : void
TestReplaceEnvVarIntolerantUnchanged ( ) : void
TestXmlDocumentConstructor ( ) : void