C# Class Tests.AppStartupValidation.AppSettingsValidatorTests

Mostrar archivo Open project: mrvshah/Utilities

Private Methods

Method Description
ConstructorRequiresListOfKeysToValidate ( ) : void
ConstructorThrowsArgumentNullExceptionWhenListOfKeysToValidateIsNull ( ) : void
GetAllValidKeys ( ) : IEnumerable
GetKeysWithAtleastOneInValid ( ) : IEnumerable
ValidationFailsWhenAnInValidKeyIsEncountered ( ) : void
ValidationPassesWhenAllKeysArePresent ( ) : void